]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Improve logging
authorMathieu Baudier <mbaudier@argeo.org>
Sat, 21 Jun 2008 12:10:05 +0000 (12:10 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sat, 21 Jun 2008 12:10:05 +0000 (12:10 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@1262 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.slc.example/src/test/java/org/argeo/slc/example/ExecutionTest.java

index 0de1435d0dc03a874f60af2b86d834c2c7e5c505..94a2888e61da6ac6f63187b868e8238b52a2472f 100644 (file)
@@ -6,12 +6,8 @@ import junit.framework.TestCase;
 
 public class ExecutionTest extends TestCase {
        public void testSimpleRun() {
-               String[] args = {
-                               "--mode",
-                               "single",
-                               "--script",
-                               "/home/mbaudier/workspace/org.argeo.slc.example/exampleSlcAppli/root/Category1/SubCategory2/build.xml",
-                               "-p", "log4j.logger.org.argeo.slc=WARN" };
+               String[] args = { "--mode", "single", "--script",
+                               "exampleSlcAppli/root/Category1/SubCategory2/build.xml" };
                SlcMain.main(args);
        }
 }