We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5381acd commit bbeaf04Copy full SHA for bbeaf04
EnrichmentMapPlugin/src/test/java/org/baderlab/csplugins/enrichmentmap/task/LoadDavidResultTest.java
@@ -152,7 +152,8 @@ public void testLoad2DavidResult_withoutexpression() throws Exception{
152
assertEquals(7, dataset.getGenesetsOfInterest().getGenesets().size());
153
154
// there should be 114 genes in the geneset "acetylation"
155
- assertEquals(114, em.getAllGenesets().get("ACETYLATION").getGenes().size());
+ assertEquals(114, em.getDataset(EnrichmentMap.DATASET1).getSetofgenesets().getGenesets().get("ACETYLATION").getGenes().size());
156
+// assertEquals(114, em.getAllGenesets().get("ACETYLATION").getGenes().size());
157
158
dataset2 = em.getDataset(EnrichmentMap.DATASET2);
159
// check the stats for dataset2
0 commit comments