JAl-2588 test updates
[jalview.git] / test / jalview / renderer / ResidueColourFinderTest.java
index dd7a457..175c68e 100644 (file)
@@ -101,7 +101,8 @@ public class ResidueColourFinderTest
 
     av.setGlobalColourScheme(new UserColourScheme(newColours));
 
-    // gap colour not specified so gaps are null
+    // gap colour not specified so gap colour is null
+    // this is consistent with previous behaviour, but may not be correct?
     assertEquals(null, rcf.getResidueColour(av.getResidueShading(),
             null, seq, 3, null));
 
@@ -113,7 +114,7 @@ public class ResidueColourFinderTest
             null, seq, 3, null));
   }
 
-  // TODO more tests for getResidueBoxColour covering groups, feature rendering,
+  // TODO more tests for getResidueColour covering groups, feature rendering,
   // gaps, overview...
 
 }