From: Jim Procter Date: Mon, 15 May 2017 18:23:56 +0000 (+0100) Subject: JAL-2507 fix test: knockon from capitalisation on secondary structure from stockholm... X-Git-Tag: Release_2_10_2~3^2~87^2 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=95702b58b4a81f53147aa5e4add078f965966437;hp=2e52440728d6a0f9a6c998a80e545387ef964d10;p=jalview.git JAL-2507 fix test: knockon from capitalisation on secondary structure from stockholm file --- diff --git a/test/jalview/datamodel/AlignmentTest.java b/test/jalview/datamodel/AlignmentTest.java index 660a69c..d6e09fd 100644 --- a/test/jalview/datamodel/AlignmentTest.java +++ b/test/jalview/datamodel/AlignmentTest.java @@ -658,7 +658,7 @@ public class AlignmentTest assertFalse(iter.hasNext()); // search for annotation with a particular label - expect three - anns = al.findAnnotations(null, null, "secondary structure"); + anns = al.findAnnotations(null, null, "Secondary Structure"); iter = anns.iterator(); assertTrue(iter.hasNext()); iter.next();