X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=testsrc%2Fcompbio%2Frunner%2Fdisorder%2FGlobPlotTester.java;h=b32e8d44cefd8eabbff5385a6c35a83d53b65498;hb=b52b03d3fd8606731fa620350a389ee7dc37d9e9;hp=97c5fd8b533c1f3a0fdb204b108cec1286a54c4f;hpb=ecb4bc6237a7407063f45e3044353e73a3bd1829;p=jabaws.git diff --git a/testsrc/compbio/runner/disorder/GlobPlotTester.java b/testsrc/compbio/runner/disorder/GlobPlotTester.java index 97c5fd8..b32e8d4 100644 --- a/testsrc/compbio/runner/disorder/GlobPlotTester.java +++ b/testsrc/compbio/runner/disorder/GlobPlotTester.java @@ -41,6 +41,7 @@ import org.testng.annotations.BeforeMethod; import org.testng.annotations.Test; import compbio.data.sequence.Score; +import compbio.data.sequence.ScoreManager; import compbio.engine.AsyncExecutor; import compbio.engine.Configurator; import compbio.engine.SyncExecutor; @@ -187,9 +188,9 @@ public class GlobPlotTester { lr.executeJob(); ConfiguredExecutable al1 = lr.waitForResult(); assertNotNull(al1.getResults()); - Map> al2 = confGlobPlot.getResults(); + ScoreManager al2 = confGlobPlot.getResults(); assertNotNull(al2); - assertEquals(al2.size(), 3); + assertEquals(al2.asMap().size(), 3); assertEquals(al1.getResults(), al2); } catch (JobSubmissionException e) { e.printStackTrace();