Skip to content

Commit 541b61c

Browse files
committed
Updating to latest RCSB URL
1 parent 4bdd304 commit 541b61c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biojava-structure/src/test/java/org/biojava/nbio/structure/TestURLIdentifier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public void testURLParameters() throws StructureException, IOException {
101101
assertEquals("wrong length for chainId=A", 94, StructureTools.getRepresentativeAtomArray(reduced).length);
102102

103103
try {
104-
url = new URL("http://www.rcsb.org/pdb/files/1B8G.pdb.gz");
104+
url = new URL("http://files.rcsb.org/download/1B8G.pdb.gz");
105105
id = new URLIdentifier(url);
106106

107107
full = id.loadStructure(cache);

0 commit comments

Comments
 (0)