Author: scooter
Date: 2011-07-06 13:09:13 -0700 (Wed, 06 Jul 2011)
New Revision: 26070

Modified:
   
cytoscape/trunk/application/src/test/java/cytoscape/plugin/PluginFileReaderTest.java
Log:
Initialize CytoscapeVersion to preprocess the version number appropriately.


Modified: 
cytoscape/trunk/application/src/test/java/cytoscape/plugin/PluginFileReaderTest.java
===================================================================
--- 
cytoscape/trunk/application/src/test/java/cytoscape/plugin/PluginFileReaderTest.java
        2011-07-06 20:07:04 UTC (rev 26069)
+++ 
cytoscape/trunk/application/src/test/java/cytoscape/plugin/PluginFileReaderTest.java
        2011-07-06 20:09:13 UTC (rev 26070)
@@ -49,6 +49,9 @@
                url = "file:///" + tempTestFile.getAbsolutePath();
                reader = new PluginFileReader(url);
                assertNotNull(reader);
+               // Make sture to strip all the extra crud from our version 
number
+               new CytoscapeVersion();
+               System.out.println("Version = "+CytoscapeVersion.version);
        }
 
        /*

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