Skip to content

Commit bbeaf04

Browse files
committed
Fixes #113. David test failure.
1 parent 5381acd commit bbeaf04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

EnrichmentMapPlugin/src/test/java/org/baderlab/csplugins/enrichmentmap/task/LoadDavidResultTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@ public void testLoad2DavidResult_withoutexpression() throws Exception{
152152
assertEquals(7, dataset.getGenesetsOfInterest().getGenesets().size());
153153

154154
// there should be 114 genes in the geneset "acetylation"
155-
assertEquals(114, em.getAllGenesets().get("ACETYLATION").getGenes().size());
155+
assertEquals(114, em.getDataset(EnrichmentMap.DATASET1).getSetofgenesets().getGenesets().get("ACETYLATION").getGenes().size());
156+
// assertEquals(114, em.getAllGenesets().get("ACETYLATION").getGenes().size());
156157

157158
dataset2 = em.getDataset(EnrichmentMap.DATASET2);
158159
// check the stats for dataset2

0 commit comments

Comments
 (0)