From b49b2c492b12792c63178d195a7b14b8b9c8efa9 Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Mon, 6 Jun 2022 17:00:03 +0100 Subject: [PATCH] JAL-4020 updated tests --- test/jalview/ext/pymol/PymolManagerTest.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- 1.7.10.2