From 02f3c2cbb832cf4d15b88231007563cc243b04c3 Mon Sep 17 00:00:00 2001 From: gmungoc Date: Mon, 1 Jun 2020 08:59:14 +0100 Subject: [PATCH] JAL-3518 test result corrected --- test/jalview/ext/jmol/JmolCommandsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 1.7.10.2