JAL-3541 selectively merged build.gradle and gradle.properties
[jalview.git] / test / jalview / structure / StructureSelectionManagerTest.java
index 286be1b..e59648f 100644 (file)
@@ -418,7 +418,7 @@ public class StructureSelectionManagerTest extends Jalview2xmlBase
             PDBID);
 
     AlignmentAnnotation subseq_tf=null;
-    assertTrue(seq.getDBRefs() != null && seq.getDBRefs().length > 0);
+    assertTrue(seq.getDBRefs() != null && seq.getDBRefs().size() > 0);
     
     if (!al.findAnnotations(seq, null, TEMP_FACTOR_AA).iterator().hasNext())
     {