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:
f6131ae
)
JAL-3341 Increase number of lines looked at by test. Fixes two tests
author
Ben Soares
<bsoares@dundee.ac.uk>
Wed, 29 Jan 2020 16:20:24 +0000
(16:20 +0000)
committer
Ben Soares
<bsoares@dundee.ac.uk>
Mon, 17 Feb 2020 21:04:49 +0000
(21:04 +0000)
test/jalview/bin/CommandLineOperations.java
patch
|
blob
|
history
diff --git
a/test/jalview/bin/CommandLineOperations.java
b/test/jalview/bin/CommandLineOperations.java
index
9d8a993
..
59fc79d
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 > 5)
+ if (++count > 25)
{
break;
}