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:
320583f
)
JAL-4217 move Commands.structureImageTest to testTask1
author
James Procter
<j.procter@dundee.ac.uk>
Mon, 17 Jul 2023 06:31:00 +0000
(07:31 +0100)
committer
James Procter
<j.procter@dundee.ac.uk>
Mon, 17 Jul 2023 06:31:00 +0000
(07:31 +0100)
test/jalview/bin/CommandsTest.java
patch
|
blob
|
history
diff --git
a/test/jalview/bin/CommandsTest.java
b/test/jalview/bin/CommandsTest.java
index
81f0e1f
..
73a0241
100644
(file)
--- a/
test/jalview/bin/CommandsTest.java
+++ b/
test/jalview/bin/CommandsTest.java
@@
-121,7
+121,7
@@
public class CommandsTest
}
}
- @Test(groups = "Functional", dataProvider = "structureImageOutputFiles")
+ @Test(groups = {"Functional","testTask1"}, dataProvider = "structureImageOutputFiles")
public void structureImageOutputTest(String cmdLine, String[] filenames)
throws IOException
{