Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 761DD100F6 for ; Thu, 26 Dec 2013 21:48:12 +0000 (UTC) Received: (qmail 63661 invoked by uid 500); 26 Dec 2013 21:48:12 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 63628 invoked by uid 500); 26 Dec 2013 21:48:12 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 63621 invoked by uid 99); 26 Dec 2013 21:48:12 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Dec 2013 21:48:12 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D1FF251E00; Thu, 26 Dec 2013 21:48:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: elserj@apache.org To: commits@accumulo.apache.org Date: Thu, 26 Dec 2013 21:48:13 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/8] git commit: ACCUMULO-1910 Add source to to test jars that did not have source. ACCUMULO-1910 Add source to to test jars that did not have source. Some of the jars used in test cases did not have source code. This patch replaces those jars in 1.4.5-SNAPSHOT with jars that contain both .class and .java files. Signed-off-by: Josh Elser Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/43ab1ef7 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/43ab1ef7 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/43ab1ef7 Branch: refs/heads/master Commit: 43ab1ef70581c56169aa6ba4a5f715565519a333 Parents: 55827af Author: Ed Coleman Authored: Wed Dec 25 09:00:49 2013 -0500 Committer: Josh Elser Committed: Thu Dec 26 10:09:45 2013 -0500 ---------------------------------------------------------------------- .../src/test/resources/ClassLoaderTestA/Test.jar | Bin 748 -> 1570 bytes .../src/test/resources/ClassLoaderTestB/Test.jar | Bin 748 -> 1572 bytes .../src/test/resources/ClassLoaderTestC/Test.jar | Bin 748 -> 1571 bytes test/system/auto/TestCombinerX.jar | Bin 868 -> 4335 bytes test/system/auto/TestCombinerY.jar | Bin 868 -> 4335 bytes 5 files changed, 0 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/43ab1ef7/src/start/src/test/resources/ClassLoaderTestA/Test.jar ---------------------------------------------------------------------- diff --git a/src/start/src/test/resources/ClassLoaderTestA/Test.jar b/src/start/src/test/resources/ClassLoaderTestA/Test.jar index db0f238..8b9c462 100644 Binary files a/src/start/src/test/resources/ClassLoaderTestA/Test.jar and b/src/start/src/test/resources/ClassLoaderTestA/Test.jar differ http://git-wip-us.apache.org/repos/asf/accumulo/blob/43ab1ef7/src/start/src/test/resources/ClassLoaderTestB/Test.jar ---------------------------------------------------------------------- diff --git a/src/start/src/test/resources/ClassLoaderTestB/Test.jar b/src/start/src/test/resources/ClassLoaderTestB/Test.jar index e6652b4..4ced46f 100644 Binary files a/src/start/src/test/resources/ClassLoaderTestB/Test.jar and b/src/start/src/test/resources/ClassLoaderTestB/Test.jar differ http://git-wip-us.apache.org/repos/asf/accumulo/blob/43ab1ef7/src/start/src/test/resources/ClassLoaderTestC/Test.jar ---------------------------------------------------------------------- diff --git a/src/start/src/test/resources/ClassLoaderTestC/Test.jar b/src/start/src/test/resources/ClassLoaderTestC/Test.jar index 717ab02..87b077e 100644 Binary files a/src/start/src/test/resources/ClassLoaderTestC/Test.jar and b/src/start/src/test/resources/ClassLoaderTestC/Test.jar differ http://git-wip-us.apache.org/repos/asf/accumulo/blob/43ab1ef7/test/system/auto/TestCombinerX.jar ---------------------------------------------------------------------- diff --git a/test/system/auto/TestCombinerX.jar b/test/system/auto/TestCombinerX.jar index df3f50d..849e447 100644 Binary files a/test/system/auto/TestCombinerX.jar and b/test/system/auto/TestCombinerX.jar differ http://git-wip-us.apache.org/repos/asf/accumulo/blob/43ab1ef7/test/system/auto/TestCombinerY.jar ---------------------------------------------------------------------- diff --git a/test/system/auto/TestCombinerY.jar b/test/system/auto/TestCombinerY.jar index c17d92c..6cffd86 100644 Binary files a/test/system/auto/TestCombinerY.jar and b/test/system/auto/TestCombinerY.jar differ