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:
a7f28f3
)
JAL-3949 fixed failing commandlinetests due to more output and line count limit
author
Ben Soares
<b.soares@dundee.ac.uk>
Fri, 11 Feb 2022 14:15:09 +0000
(14:15 +0000)
committer
Ben Soares
<b.soares@dundee.ac.uk>
Fri, 11 Feb 2022 14:15:09 +0000
(14:15 +0000)
test/jalview/bin/CommandLineOperations.java
patch
|
blob
|
history
diff --git
a/test/jalview/bin/CommandLineOperations.java
b/test/jalview/bin/CommandLineOperations.java
index
a539f78
..
4323699
100644
(file)
--- a/
test/jalview/bin/CommandLineOperations.java
+++ b/
test/jalview/bin/CommandLineOperations.java
@@
-253,7
+253,7
@@
public class CommandLineOperations
{
System.out.println(ln);
successfulCMDs.add(ln);
- if (++count > 25)
+ if (++count > 50)
{
break;
}
@@
-275,7
+275,7
@@
public class CommandLineOperations
@Test(
groups =
- { "Functional", "testben" },
+ { "Functional" },
dataProvider = "headlessModeOutputOperationsData")
public void testHeadlessModeOutputOperations(String harg, String type,
String fileName, boolean withAWT, int expectedMinFileSize,