JAL-3148 show/hide features on structure independent of alignment
[jalview.git] / test / jalview / ext / rbvi / chimera / ChimeraCommandsTest.java
index 2c973ca..0118f80 100644 (file)
@@ -202,7 +202,7 @@ public class ChimeraCommandsTest
     ssm.addStructureMapping(sm2);
 
     StructureMappingcommandSet[] commands = ChimeraCommands
-            .getColourBySequenceCommand(ssm, files, seqs, sr, af.alignPanel);
+            .getColourBySequenceCommand(ssm, files, seqs, sr, af.alignPanel, false);
     assertEquals(1, commands.length);
     assertEquals(1, commands[0].commands.length);
     String theCommand = commands[0].commands[0];