X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Fio%2FAnnotationFileIOTest.java;fp=test%2Fjalview%2Fio%2FAnnotationFileIOTest.java;h=56e6cda239a85c1d495f685b663ef45838f51dd1;hb=4884e25f5b34c098cbfe5f207b2a3d938c9b82c4;hp=3d4e841d10d11306a1df74df62b12906bbbe854c;hpb=c3d1062cbc721f0dcaa46095cd9282c1ba52dc1f;p=jalview.git diff --git a/test/jalview/io/AnnotationFileIOTest.java b/test/jalview/io/AnnotationFileIOTest.java index 3d4e841..56e6cda 100644 --- a/test/jalview/io/AnnotationFileIOTest.java +++ b/test/jalview/io/AnnotationFileIOTest.java @@ -115,13 +115,12 @@ public class AnnotationFileIOTest new AnnotationFile().readAnnotationFile(al, cs, af, FormatAdapter.FILE)); - ViewDef[] v = new ViewDef[1]; AnnotationFile aff = new AnnotationFile(); - v[0] = aff.new ViewDef(null, al.getHiddenSequences(), cs, + ViewDef v = aff.new ViewDef(null, al.getHiddenSequences(), cs, new Hashtable()); String anfileout = new AnnotationFile().printAnnotations( al.getAlignmentAnnotation(), al.getGroups(), - al.getProperties(), v); + al.getProperties(), null, al, v); assertTrue( "Test " + testname