File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ctab/src/test/java/org/openscience/cdk/io
libiocml/src/test/java/org/openscience/cdk/io Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -836,7 +836,7 @@ public void aromaticBondTypesEnabled() throws Exception {
836836 mdlw .setWriteAromaticBondTypes (true );
837837 mdlw .write (mol );
838838 }
839- assertThat (sw .toString (), containsString (" 1 2 4 0 0 0 0 \n " ));
839+ assertThat (sw .toString (), containsString (" 1 2 4 0 0 0 0\n " ));
840840 }
841841
842842 @ Test
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public void testBug1649526() throws Exception {
7171 mdlWriter .close ();
7272 String output = writermdl .toString ();
7373 //if there would be 3 instances (as in the bug), the only instance wouldnt't be right at the end
74- Assert .assertEquals (2994 , output .indexOf ("M END" ));
74+ Assert .assertEquals (2961 , output .indexOf ("M END" ));
7575 //there would need some $$$$ to be in
7676 Assert .assertEquals (-1 , output .indexOf ("$$$$" ));
7777 //check atom/bond count
You can’t perform that action at this time.
0 commit comments