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:
a69ff69
)
JAL-3518 test result corrected
author
gmungoc
<g.m.carstairs@dundee.ac.uk>
Mon, 1 Jun 2020 07:59:14 +0000
(08:59 +0100)
committer
gmungoc
<g.m.carstairs@dundee.ac.uk>
Mon, 1 Jun 2020 07:59:14 +0000
(08:59 +0100)
test/jalview/ext/jmol/JmolCommandsTest.java
patch
|
blob
|
history
diff --git
a/test/jalview/ext/jmol/JmolCommandsTest.java
b/test/jalview/ext/jmol/JmolCommandsTest.java
index
056d231
..
21f7e19
100644
(file)
--- a/
test/jalview/ext/jmol/JmolCommandsTest.java
+++ b/
test/jalview/ext/jmol/JmolCommandsTest.java
@@
-236,7
+236,7
@@
public class JmolCommandsTest
public void testSetBackgroundColour()
{
StructureCommandI cmd = testee.setBackgroundColour(Color.PINK);
- assertEquals(cmd.getCommand(), "background [255, 175, 175]");
+ assertEquals(cmd.getCommand(), "background [255,175,175]");
}
@Test(groups = "Functional")