Return-Path: X-Original-To: apmail-jmeter-dev-archive@minotaur.apache.org Delivered-To: apmail-jmeter-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1E1EE18C43 for ; Tue, 15 Mar 2016 07:25:02 +0000 (UTC) Received: (qmail 46992 invoked by uid 500); 15 Mar 2016 07:25:02 -0000 Delivered-To: apmail-jmeter-dev-archive@jmeter.apache.org Received: (qmail 46965 invoked by uid 500); 15 Mar 2016 07:25:02 -0000 Mailing-List: contact dev-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jmeter.apache.org Delivered-To: mailing list dev@jmeter.apache.org Received: (qmail 46954 invoked by uid 99); 15 Mar 2016 07:25:01 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Mar 2016 07:25:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 545D7DFC9D; Tue, 15 Mar 2016 07:25:01 +0000 (UTC) From: buaawp To: dev@jmeter.apache.org Reply-To: dev@jmeter.apache.org Message-ID: Subject: [GitHub] jmeter pull request: Add JSON assertion by using GSON Content-Type: text/plain Date: Tue, 15 Mar 2016 07:25:01 +0000 (UTC) GitHub user buaawp opened a pull request: https://github.com/apache/jmeter/pull/165 Add JSON assertion by using GSON You can merge this pull request into a Git repository by running: $ git pull https://github.com/buaawp/jmeter trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/jmeter/pull/165.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #165 ---- commit a5410bafd79b9d816f29e5105aabee789e61727a Author: wangpeng Date: 2016-03-15T07:06:57Z add JSON Assertion by using GSON commit e4b32b82fe1e12c4ff7eb5618b307278004a1e34 Author: wangpeng Date: 2016-03-15T07:06:57Z add JSON Assertion by using GSON commit 5c4b3ab4f88b0282ca335205e2e2ee72966b4790 Author: wangpeng Date: 2016-03-15T07:20:09Z add JSON Assertion by using GSON ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---