JAL-4020 updated tests
authorBen Soares <b.soares@dundee.ac.uk>
Mon, 6 Jun 2022 16:00:03 +0000 (17:00 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Mon, 6 Jun 2022 16:00:03 +0000 (17:00 +0100)
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