git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3de8bf9
)
JAL-629 fixed a Log4j test by adding --debug arg
author
Ben Soares
<b.soares@dundee.ac.uk>
Thu, 23 Feb 2023 16:21:49 +0000
(16:21 +0000)
committer
Ben Soares
<b.soares@dundee.ac.uk>
Thu, 23 Feb 2023 16:21:49 +0000
(16:21 +0000)
test/jalview/util/Log4jTest.java
patch
|
blob
|
history
diff --git
a/test/jalview/util/Log4jTest.java
b/test/jalview/util/Log4jTest.java
index
73bf207
..
8f23ae5
100644
(file)
--- a/
test/jalview/util/Log4jTest.java
+++ b/
test/jalview/util/Log4jTest.java
@@
-158,7
+158,7
@@
public class Log4jTest
@Test(groups = { "Functional" })
public void testLog4j()
{
- String appArgs = " -open examples/uniref50.fa -nosplash -nonews -noquestionnaire -nousagestats -nowebservicediscovery";
+ String appArgs = " -open examples/uniref50.fa -nosplash -nonews -noquestionnaire -nousagestats -nowebservicediscovery --debug";
Worker worker = getJalviewDesktopRunner(appArgs);
assertNotNull(worker, "worker is null");