X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Futil%2FLog4jTest.java;h=bdd1833accf001397eb5d955b6ca5372a2891f56;hb=refs%2Fheads%2Fpatch%2FJAL-4281_idwidthandannotHeight_in_project;hp=8f23ae5008ab92fc32345c815713e07495324e0e;hpb=2a1686e13e5641fb7f353931e2160e76b1f548e4;p=jalview.git diff --git a/test/jalview/util/Log4jTest.java b/test/jalview/util/Log4jTest.java index 8f23ae5..bdd1833 100644 --- a/test/jalview/util/Log4jTest.java +++ b/test/jalview/util/Log4jTest.java @@ -125,7 +125,7 @@ public class Log4jTest String classpath = getClassPath(); String cmd = java_exe + " " + " -classpath " + classpath + " " + " jalview.bin.Jalview " + " " - + "-props test/jalview/util/log4jTestProps.jvprops " + appArgs; + + "--props=test/jalview/util/log4jTestProps.jvprops " + appArgs; Process proc = null; Worker worker = null; try @@ -158,7 +158,7 @@ public class Log4jTest @Test(groups = { "Functional" }) public void testLog4j() { - String appArgs = " -open examples/uniref50.fa -nosplash -nonews -noquestionnaire -nousagestats -nowebservicediscovery --debug"; + String appArgs = " -open examples/uniref50.fa -nosplash -nonews -noquestionnaire -nousagestats -nowebservicediscovery"; Worker worker = getJalviewDesktopRunner(appArgs); assertNotNull(worker, "worker is null");