Skip to content

Commit c127f2d

Browse files
committed
Update the versions tested by BerkeleyScopInstallationTest
1 parent b86d92a commit c127f2d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

biojava3-structure/src/test/java/org/biojava/bio/structure/scop/BerkeleyScopInstallationTest.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,12 @@ public static Collection<Object[]> availableDatabases() {
4444
ScopInstallation scop;
4545

4646
for(String version : new String[] {
47-
//ScopFactory.LATEST_VERSION,
48-
//ScopFactory.VERSION_1_75A,
49-
//ScopFactory.VERSION_1_75B,
47+
// All versions should pass, but comment most out for test performance.
48+
ScopFactory.LATEST_VERSION,
49+
//"1.75A",
50+
//ScopFactory.VERSION_2_0_2,
5051
ScopFactory.VERSION_1_75,
51-
ScopFactory.VERSION_1_73,
52+
//ScopFactory.VERSION_1_73,
5253
}) {
5354
scop = new BerkeleyScopInstallation();
5455
scop.setScopVersion(version);

0 commit comments

Comments
 (0)