From: Jim Procter Date: Thu, 18 Jun 2015 18:07:17 +0000 (+0100) Subject: JAL-653 patch broken test code - test still not passing X-Git-Tag: Release_2_10_0~296^2~137^2~12 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=12e8812e5c9d01ad910e6e1161d7b8886fd94f0e;p=jalview.git JAL-653 patch broken test code - test still not passing --- diff --git a/test/jalview/io/Gff3tests.java b/test/jalview/io/Gff3tests.java index 30cb451..8df44df 100644 --- a/test/jalview/io/Gff3tests.java +++ b/test/jalview/io/Gff3tests.java @@ -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);