File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
storage/ctab/src/test/java/org/openscience/cdk/io Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -622,8 +622,6 @@ public void testSingleDoubletRadical() throws Exception {
622622
623623 }
624624
625- // XXX: information loss, CDK does not distinquish between divalence
626- // singlet and triplet and only stores the unpaired electrons
627625 @ Test
628626 public void testSingleTripletRadical () throws Exception {
629627
@@ -641,7 +639,7 @@ public void testSingleTripletRadical() throws Exception {
641639 String [] lines = sw .toString ().split ("\n " );
642640
643641 assertThat ("incorrect file length" , lines .length , is (9 ));
644- assertThat ("incorrect radical output" , lines [7 ], is ("M RAD 1 2 1 " ));
642+ assertThat ("incorrect radical output" , lines [7 ], is ("M RAD 1 2 3 " ));
645643 }
646644
647645 @ Test
You can’t perform that action at this time.
0 commit comments