Print

Print


Commit in GeomConverter/test/org/lcsim/geometry/compact/converter on MAIN
MainTest.java+1-11.3 -> 1.4
Fixed handling of paths containing white space

GeomConverter/test/org/lcsim/geometry/compact/converter
MainTest.java 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- MainTest.java	9 Aug 2007 22:44:51 -0000	1.3
+++ MainTest.java	6 Sep 2007 21:12:04 -0000	1.4
@@ -56,7 +56,7 @@
     */
    public void testMain() throws Throwable
    {
-      String[] args = (tempFile.getAbsolutePath()+" " + new TestOutputFile("temp.heprep").getAbsolutePath()).split(" ");
+      String[] args = new String[]{tempFile.getAbsolutePath(), new TestOutputFile("temp.heprep").getAbsolutePath()};
       Main.main(args);
    }
    
CVSspam 0.2.8