git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad1a8c2
)
JAL-653 patch broken test code - test still not passing
author
Jim Procter
<jprocter@issues.jalview.org>
Thu, 18 Jun 2015 18:07:17 +0000
(19:07 +0100)
committer
Jim Procter
<jprocter@issues.jalview.org>
Thu, 18 Jun 2015 18:07:17 +0000
(19:07 +0100)
test/jalview/io/Gff3tests.java
patch
|
blob
|
history
diff --git
a/test/jalview/io/Gff3tests.java
b/test/jalview/io/Gff3tests.java
index
30cb451
..
8df44df
100644
(file)
--- 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);