JAL-4020 updated tests
[jalview.git] / test / jalview / ext / pymol / PymolManagerTest.java
index bfaeacf..daea0dc 100644 (file)
@@ -74,7 +74,12 @@ public class PymolManagerTest
      * Windows
      */
     paths = PymolManager.getPymolPaths("Windows 10");
-    assertTrue(paths.isEmpty()); // TODO - Windows paths
+    assertTrue(paths.contains(System.getProperty("user.home")
+            + "\\AppData\\Local\\Schrodinger\\PyMOL2\\PyMOLWinWithConsole.bat"));
+    assertTrue(paths.contains(System.getProperty("user.home")
+            + "\\PyMOL\\PyMOLWinWithConsole.bat"));
+    assertTrue(paths
+            .contains("C:\\ProgramData\\PyMOL\\PyMOLWinWithConsole.bat"));
 
     /*
      * Other