From: gmungoc Date: Thu, 21 Jan 2016 15:56:06 +0000 (+0000) Subject: JAL-1705 removed (only) usage of otherwise unused constant X-Git-Tag: Release_2_10_0~296^2~69 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=102a3a2151b7a961ed1a37c1aff5ccfa3684fb70;p=jalview.git JAL-1705 removed (only) usage of otherwise unused constant --- diff --git a/test/jalview/ws/seqfetcher/DbRefFetcherTest.java b/test/jalview/ws/seqfetcher/DbRefFetcherTest.java index 5265a72..4574a09 100644 --- a/test/jalview/ws/seqfetcher/DbRefFetcherTest.java +++ b/test/jalview/ws/seqfetcher/DbRefFetcherTest.java @@ -170,7 +170,8 @@ public class DbRefFetcherTest sfs[0].getType())); assertEquals(embl.getDbSource(), sfs[0].getFeatureGroup()); DBRefEntry[] dr = DBRefUtils.selectRefs(seq.getDBRef(), - DBRefSource.PROTEINSEQ); + new String[] { DBRefSource.UNIPROT, DBRefSource.UNIPROTKB, + DBRefSource.EMBLCDSProduct, DBRefSource.ENSEMBL }); assertNotNull(dr); assertEquals("Expected a single Uniprot cross reference", 1, dr.length); assertEquals("Expected cross reference map to be one amino acid", dr[0]