JAL-653 patch broken test code - test still not passing
authorJim Procter <jprocter@issues.jalview.org>
Thu, 18 Jun 2015 18:07:17 +0000 (19:07 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Thu, 18 Jun 2015 18:07:17 +0000 (19:07 +0100)
test/jalview/io/Gff3tests.java

index 30cb451..8df44df 100644 (file)
@@ -65,7 +65,7 @@ public class Gff3tests
   public void simpleGff3FileLoader() throws IOException
   {
     AlignFrame af = new FileLoader(false).LoadFileWaitTillLoaded(
-            simpleGff3file, null);
+            simpleGff3file, FormatAdapter.FILE);
     Assert.assertTrue(
             "Didn't read the alignment into an alignframe from Gff3 File",
             af != null);