Merge remote-tracking branch
[jalview.git] / test / jalview / datamodel / AllColsIteratorTest.java
index ee82340..fbb20be 100644 (file)
@@ -29,12 +29,12 @@ import org.testng.annotations.Test;
 
 public class AllColsIteratorTest
 {
-  ColumnSelection hiddenCols;
+  HiddenColumns hiddenCols;
   
   @BeforeClass
   public void setup()
   {
-   hiddenCols = new ColumnSelection();
+    hiddenCols = new HiddenColumns();
    hiddenCols.hideColumns(2,4);
   }