JAL-3253-applet JAL-3423 Windows TestNG
[jalview.git] / test / jalview / bin / CommandLineOperations.java
index eaa395e..564e57d 100644 (file)
@@ -251,9 +251,11 @@ public class CommandLineOperations
           String fileName, boolean withAWT, int expectedMinFileSize,
           int timeout)
   {
-    String cmd = harg + type + " " + fileName;
-    System.out.println(">>>>>>>>>>>>>>>> Command : " + cmd);
     File file = new File(fileName);
+    String cmd = harg + type + " "
+            + file.getAbsolutePath().replace('\\', '/');
+    System.out.println(">>>>>>>>>>>>>>>> Command : " + cmd);
+
     file.deleteOnExit();
     Worker worker = getJalviewDesktopRunner(withAWT, cmd, timeout);
     assertNotNull(worker, "worker is null");