From: Ben Soares Date: Mon, 6 Jun 2022 16:00:03 +0000 (+0100) Subject: JAL-4020 updated tests X-Git-Tag: Release_2_11_2_6~52^2~3 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=b49b2c492b12792c63178d195a7b14b8b9c8efa9 JAL-4020 updated tests --- diff --git a/test/jalview/ext/pymol/PymolManagerTest.java b/test/jalview/ext/pymol/PymolManagerTest.java index bfaeacf..daea0dc 100644 --- a/test/jalview/ext/pymol/PymolManagerTest.java +++ b/test/jalview/ext/pymol/PymolManagerTest.java @@ -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