git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14e1f9d
)
JAL-4020 updated tests
author
Ben Soares
<b.soares@dundee.ac.uk>
Mon, 6 Jun 2022 16:00:03 +0000
(17:00 +0100)
committer
Ben Soares
<b.soares@dundee.ac.uk>
Mon, 6 Jun 2022 16:00:03 +0000
(17:00 +0100)
test/jalview/ext/pymol/PymolManagerTest.java
patch
|
blob
|
history
diff --git
a/test/jalview/ext/pymol/PymolManagerTest.java
b/test/jalview/ext/pymol/PymolManagerTest.java
index
bfaeacf
..
daea0dc
100644
(file)
--- 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