Author: kono
Date: 2011-05-18 12:35:03 -0700 (Wed, 18 May 2011)
New Revision: 25468
Modified:
cytoscape/trunk/coreplugins/BioMartClient/src/test/java/edu/ucsd/bioeng/idekerlab/biomartclient/tests/BiomartStubTest.java
Log:
Tests to check remote repository had been disabled.
Modified:
cytoscape/trunk/coreplugins/BioMartClient/src/test/java/edu/ucsd/bioeng/idekerlab/biomartclient/tests/BiomartStubTest.java
===================================================================
---
cytoscape/trunk/coreplugins/BioMartClient/src/test/java/edu/ucsd/bioeng/idekerlab/biomartclient/tests/BiomartStubTest.java
2011-05-18 19:17:29 UTC (rev 25467)
+++
cytoscape/trunk/coreplugins/BioMartClient/src/test/java/edu/ucsd/bioeng/idekerlab/biomartclient/tests/BiomartStubTest.java
2011-05-18 19:35:03 UTC (rev 25468)
@@ -24,7 +24,8 @@
public void testGetRegistry() throws Exception {
Map<String, Map<String, String>> reg = stub.getRegistry();
- assertEquals(54, reg.keySet().size());
+ // FIXME: repository number may change...
+ //assertEquals(54, reg.keySet().size());
}
public void testGetAvailableDatasets() throws Exception {
@@ -36,7 +37,7 @@
assertTrue(result.keySet().contains("cjacchus_gene_ensembl"));
assertTrue(result.keySet().contains("ocuniculus_gene_ensembl"));
- assertEquals(51, result.keySet().size());
+ //assertEquals(51, result.keySet().size());
}
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.