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:
738aefc
)
JAL-653 codon frames go on the dataset
author
Jim Procter
<jprocter@dundee.ac.uk>
Thu, 19 Feb 2015 14:55:44 +0000
(14:55 +0000)
committer
James Procter
<jprocter@ls30857.local>
Fri, 5 Jun 2015 11:55:27 +0000
(12:55 +0100)
test/jalview/io/Gff3tests.java
patch
|
blob
|
history
diff --git
a/test/jalview/io/Gff3tests.java
b/test/jalview/io/Gff3tests.java
index
3a2e1ed
..
cbb7f24
100644
(file)
--- a/
test/jalview/io/Gff3tests.java
+++ b/
test/jalview/io/Gff3tests.java
@@
-28,7
+28,8
@@
public class Gff3tests
af.loadJalviewDataFile(exonerateOutput, FormatAdapter.FILE, null, null);
Assert.assertNotEquals("Expected at least one DNA protein association",
- 0, af.getViewport().getAlignment().getCodonFrames().size());
+ 0, af.getViewport().getAlignment().getDataset()
+ .getCodonFrames().size());
}