Return-Path: X-Original-To: apmail-incubator-accumulo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-accumulo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2DF829138 for ; Fri, 17 Feb 2012 22:02:11 +0000 (UTC) Received: (qmail 48089 invoked by uid 500); 17 Feb 2012 22:02:10 -0000 Delivered-To: apmail-incubator-accumulo-commits-archive@incubator.apache.org Received: (qmail 48070 invoked by uid 500); 17 Feb 2012 22:02:10 -0000 Mailing-List: contact accumulo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: accumulo-dev@incubator.apache.org Delivered-To: mailing list accumulo-commits@incubator.apache.org Received: (qmail 48062 invoked by uid 99); 17 Feb 2012 22:02:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Feb 2012 22:02:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Feb 2012 22:02:08 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 003CD2388900; Fri, 17 Feb 2012 22:01:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1245784 - /incubator/accumulo/trunk/src/start/src/test/java/org/apache/accumulo/start/Test.java Date: Fri, 17 Feb 2012 22:01:47 -0000 To: accumulo-commits@incubator.apache.org From: billie@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120217220148.003CD2388900@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: billie Date: Fri Feb 17 22:01:47 2012 New Revision: 1245784 URL: http://svn.apache.org/viewvc?rev=1245784&view=rev Log: ACCUMULO-390 changed reference to nonexistent xml file Modified: incubator/accumulo/trunk/src/start/src/test/java/org/apache/accumulo/start/Test.java Modified: incubator/accumulo/trunk/src/start/src/test/java/org/apache/accumulo/start/Test.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/start/src/test/java/org/apache/accumulo/start/Test.java?rev=1245784&r1=1245783&r2=1245784&view=diff ============================================================================== --- incubator/accumulo/trunk/src/start/src/test/java/org/apache/accumulo/start/Test.java (original) +++ incubator/accumulo/trunk/src/start/src/test/java/org/apache/accumulo/start/Test.java Fri Feb 17 22:01:47 2012 @@ -180,7 +180,7 @@ public class Test extends TestCase { } public void testChangingDirectory() throws Exception { - String configFile = System.getProperty("org.apache.accumulo.config.file", "accumulo-site.xml"); + String configFile = System.getProperty("org.apache.accumulo.config.file", "accumulo-site.xml.1GBstandalone-example"); String SITE_CONF = System.getenv("ACCUMULO_HOME") + "/conf/" + configFile; File oldConf = new File(SITE_CONF); boolean exists = oldConf.exists();