Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Assertion error fix
Fixed error in new unit test assertion
  • Loading branch information
johnmay authored and egonw committed Feb 19, 2012
1 parent c7aa428 commit a977e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/org/openscience/cdk/io/MDLV2000WriterTest.java
Expand Up @@ -374,7 +374,7 @@ public void testAtomParity() throws CDKException, IOException{
writer.write(molecule);
writer.close();

Assert.assertTrue(writer.toString().contains(" -1.1749 0.1436 0.0000 C 0 0 1 0 0 0 0 0 0 0 0 0"));
Assert.assertTrue(sw.toString().contains(" -1.1749 0.1436 0.0000 C 0 0 1 0 0 0 0 0 0 0 0 0"));


}
Expand Down

0 comments on commit a977e85

Please sign in to comment.