[Biojava-dev] [Bug 3132] SITE records in PDBFileReader
bugzilla-daemon at portal.open-bio.org
bugzilla-daemon at portal.open-bio.org
Thu Sep 2 21:32:50 UTC 2010
http://bugzilla.open-bio.org/show_bug.cgi?id=3132
------- Comment #4 from darnells at dnastar.com 2010-09-02 17:32 EST -------
Using revision 8221 (2010/09/02 17:11:55), I experienced two unit test failures
in org.biojava.bio.structure.SiteTest during the build process. Both
testToPDB_0args() and testToPDB_StringBuffer() failed because the expected
result did not have whitespace padding the line lengths to 80 characters.
In SiteTest.java, I replaced lines 118-119 and 134-135 with the following:
String expResult = "SITE 1 AC1 6 ARG H 221A LYS H 224 HOH H 403
HOH H 460 " + newline +
"SITE 2 AC1 6 HOH H 464 HOH H 497
" + newline;
I can successfully build afterwards.
--
Configure bugmail: http://bugzilla.open-bio.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the biojava-dev
mailing list