X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Fext%2Fjmol%2FJmolCommandsTest.java;h=21f7e19bf5715e8677a5280aec7a95cab2b5d6b6;hb=8d55494f762adc45e799ea38ebb33ec2e3f73b10;hp=056d231087beeb8334d6650c3e34ea8066f2ee6e;hpb=a69ff693f6d3bc0969874e12812316a9c0bbc6fd;p=jalview.git diff --git a/test/jalview/ext/jmol/JmolCommandsTest.java b/test/jalview/ext/jmol/JmolCommandsTest.java index 056d231..21f7e19 100644 --- 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")