Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C7837200BA3 for ; Thu, 15 Sep 2016 03:59:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C6521160AD4; Thu, 15 Sep 2016 01:59:30 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 20F45160AB4 for ; Thu, 15 Sep 2016 03:59:29 +0200 (CEST) Received: (qmail 77740 invoked by uid 500); 15 Sep 2016 01:59:29 -0000 Mailing-List: contact commits-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list commits@geode.incubator.apache.org Received: (qmail 77731 invoked by uid 99); 15 Sep 2016 01:59:29 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Sep 2016 01:59:29 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id E96EFC06E9 for ; Thu, 15 Sep 2016 01:59:28 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id qPD3I_of4z3q for ; Thu, 15 Sep 2016 01:59:28 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with SMTP id 9F6355FC3F for ; Thu, 15 Sep 2016 01:59:25 +0000 (UTC) Received: (qmail 77182 invoked by uid 99); 15 Sep 2016 01:59:24 -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; Thu, 15 Sep 2016 01:59:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9A1CDE09C6; Thu, 15 Sep 2016 01:59:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hiteshkhamesra@apache.org To: commits@geode.incubator.apache.org Date: Thu, 15 Sep 2016 02:00:25 -0000 Message-Id: <5a05580a175341cabe37e02a30388a83@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [64/65] [abbrv] incubator-geode git commit: GEODE-37 fixed unit test archived-at: Thu, 15 Sep 2016 01:59:30 -0000 GEODE-37 fixed unit test Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/7d5d6e15 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/7d5d6e15 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/7d5d6e15 Branch: refs/heads/develop Commit: 7d5d6e153396deb774762f7d39708fb36a5be117 Parents: 7c4250e Author: Hitesh Khamesra Authored: Tue Sep 13 16:44:49 2016 -0700 Committer: Hitesh Khamesra Committed: Tue Sep 13 16:44:49 2016 -0700 ---------------------------------------------------------------------- .../test/java/org/apache/geode/internal/ClassPathLoaderTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d5d6e15/geode-core/src/test/java/org/apache/geode/internal/ClassPathLoaderTest.java ---------------------------------------------------------------------- diff --git a/geode-core/src/test/java/org/apache/geode/internal/ClassPathLoaderTest.java b/geode-core/src/test/java/org/apache/geode/internal/ClassPathLoaderTest.java index aaeab36..26b3a91 100755 --- a/geode-core/src/test/java/org/apache/geode/internal/ClassPathLoaderTest.java +++ b/geode-core/src/test/java/org/apache/geode/internal/ClassPathLoaderTest.java @@ -46,7 +46,7 @@ import org.apache.geode.test.junit.categories.UnitTest; @Category(UnitTest.class) public class ClassPathLoaderTest { - private static final int GENERATED_CLASS_BYTES_COUNT = 362; + private static final int GENERATED_CLASS_BYTES_COUNT = 354; @Rule public RestoreSystemProperties restoreSystemProperties = new RestoreSystemProperties();