Author: mes
Date: 2010-11-10 14:44:11 -0800 (Wed, 10 Nov 2010)
New Revision: 22811

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/QueryBuilderUtilTest.java
   cytoscape/trunk/distribution/pom.xml
Log:
added version of y-layouts that doesn't depend on a snapshot

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
  2010-11-10 22:34:22 UTC (rev 22810)
+++ 
cytoscape/trunk/coreplugins/BioMartClient/src/test/java/edu/ucsd/bioeng/idekerlab/biomartclient/tests/BiomartStubTest.java
  2010-11-10 22:44:11 UTC (rev 22811)
@@ -12,7 +12,7 @@
        
        protected void setUp() throws Exception {
                super.setUp();
-               File f = new File("./src/test/resources/mart.registry.xml");
+               File f = new File("src/test/resources/mart.registry.xml");
                stub = new BiomartStub(f.toURI().toURL().toString());
                stub.getRegistry();
        }

Modified: 
cytoscape/trunk/coreplugins/BioMartClient/src/test/java/edu/ucsd/bioeng/idekerlab/biomartclient/tests/QueryBuilderUtilTest.java
===================================================================
--- 
cytoscape/trunk/coreplugins/BioMartClient/src/test/java/edu/ucsd/bioeng/idekerlab/biomartclient/tests/QueryBuilderUtilTest.java
     2010-11-10 22:34:22 UTC (rev 22810)
+++ 
cytoscape/trunk/coreplugins/BioMartClient/src/test/java/edu/ucsd/bioeng/idekerlab/biomartclient/tests/QueryBuilderUtilTest.java
     2010-11-10 22:44:11 UTC (rev 22811)
@@ -13,7 +13,7 @@
        
        protected void setUp() throws Exception {
                super.setUp();
-        File f = new File("./src/test/resources/mart.registry.xml");
+        File f = new File("src/test/resources/mart.registry.xml");
         stub = new BiomartStub(f.toURI().toURL().toString());
        }
 

Modified: cytoscape/trunk/distribution/pom.xml
===================================================================
--- cytoscape/trunk/distribution/pom.xml        2010-11-10 22:34:22 UTC (rev 
22810)
+++ cytoscape/trunk/distribution/pom.xml        2010-11-10 22:44:11 UTC (rev 
22811)
@@ -191,7 +191,7 @@
     <dependency>
       <groupId>cytoscape-temp</groupId>
       <artifactId>y-layouts</artifactId>
-      <version>1.0</version>
+      <version>1.0.1</version>
     </dependency>
   </dependencies>
 

-- 
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.

Reply via email to