From: gmungoc Date: Fri, 5 Feb 2021 09:20:16 +0000 (+0000) Subject: JAL-2422 updated unit test for ChimeraX command change X-Git-Tag: Develop-2_11_2_0-d20210205 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=refs%2Ftags%2FDevelop-2_11_2_0-d20210205 JAL-2422 updated unit test for ChimeraX command change --- diff --git a/test/jalview/ext/rbvi/chimera/ChimeraXCommandsTest.java b/test/jalview/ext/rbvi/chimera/ChimeraXCommandsTest.java index f677cab..439401a 100644 --- a/test/jalview/ext/rbvi/chimera/ChimeraXCommandsTest.java +++ b/test/jalview/ext/rbvi/chimera/ChimeraXCommandsTest.java @@ -342,7 +342,7 @@ public class ChimeraXCommandsTest { List cmds = testee.startNotifications("to here"); assertEquals(cmds.size(), 2); - assertEquals(cmds.get(0), new StructureCommand("info notify start models prefix ModelChanged jalview url to here")); + assertEquals(cmds.get(0), new StructureCommand("info notify start models jalview prefix ModelChanged url to here")); assertEquals(cmds.get(1), new StructureCommand("info notify start selection jalview prefix SelectionChanged url to here")); }