JAL-3397 final update
[jalview.git] / test / jalview / datamodel / features / FeatureStoreJavaTest.java
@@ -13,9 +13,16 @@ import java.util.Set;
 
 import org.testng.annotations.Test;
 
-public class FeatureStoreTest
+public class FeatureStoreJavaTest
 {
 
+  private int intervalStoreOption = FeatureStore.intervalStoreJavaOption;
+
+  private FeatureStoreI newFeatureStore()
+  {
+    return new FeatureStoreImpl(intervalStoreOption);
+  }
+
   @Test(groups = "Functional")
   public void testFindFeatures_nonNested()
   {
@@ -46,12 +53,6 @@ public class FeatureStoreTest
     assertEquals(overlaps.get(0).getEnd(), 35);
   }
 
-  private FeatureStoreI newFeatureStore()
-  {
-    // return new FeatureStoreJS();
-    return new FeatureStoreImpl();
-  }
-
   @Test(groups = "Functional")
   public void testFindFeatures_nested()
   {