Author: mes
Date: 2011-03-10 13:11:03 -0800 (Thu, 10 Mar 2011)
New Revision: 24384

Modified:
   
cytoscape/trunk/application/src/test/java/cytoscape/plugin/PluginManagerTest.java
Log:
tweaked strange unit test to pass

Modified: 
cytoscape/trunk/application/src/test/java/cytoscape/plugin/PluginManagerTest.java
===================================================================
--- 
cytoscape/trunk/application/src/test/java/cytoscape/plugin/PluginManagerTest.java
   2011-03-10 20:59:05 UTC (rev 24383)
+++ 
cytoscape/trunk/application/src/test/java/cytoscape/plugin/PluginManagerTest.java
   2011-03-10 21:11:03 UTC (rev 24384)
@@ -675,8 +675,8 @@
        /*--------------------------------------------------------------------*/
        private File copyFileToTempDir(File fileToCopy) {
 
-               File tempDir = new File(System.getProperty("java.io.tmpdir") + 
File.separator + "2.6");
-//                             new CytoscapeVersion().getMajorVersion());
+               File tempDir = new File(System.getProperty("java.io.tmpdir") + 
File.separator + //"2.6");
+                               new CytoscapeVersion().getMajorVersion());
                File tempFile = new File(tempDir, "track_plugins.xml");
                
                assertTrue(fileToCopy.exists());

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