We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86d92a commit c127f2dCopy full SHA for c127f2d
1 file changed
biojava3-structure/src/test/java/org/biojava/bio/structure/scop/BerkeleyScopInstallationTest.java
@@ -44,11 +44,12 @@ public static Collection<Object[]> availableDatabases() {
44
ScopInstallation scop;
45
46
for(String version : new String[] {
47
- //ScopFactory.LATEST_VERSION,
48
- //ScopFactory.VERSION_1_75A,
49
- //ScopFactory.VERSION_1_75B,
+ // All versions should pass, but comment most out for test performance.
+ ScopFactory.LATEST_VERSION,
+ //"1.75A",
50
+ //ScopFactory.VERSION_2_0_2,
51
ScopFactory.VERSION_1_75,
- ScopFactory.VERSION_1_73,
52
+ //ScopFactory.VERSION_1_73,
53
}) {
54
scop = new BerkeleyScopInstallation();
55
scop.setScopVersion(version);
0 commit comments