From: gmungoc Date: Mon, 1 Jun 2020 07:59:14 +0000 (+0100) Subject: JAL-3518 test result corrected X-Git-Tag: Develop-2_11_2_0-d20201215~24^2~52 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=02f3c2cbb832cf4d15b88231007563cc243b04c3;p=jalview.git JAL-3518 test result corrected --- 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")