Skip to content

Commit 14ef0fa

Browse files
johnmayegonw
authored andcommitted
These tests add the same bond twice a1E=a2E which is now a warning - used to be ignored. The tests were wrong
1 parent e4f75ca commit 14ef0fa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

storage/inchi/src/test/java/org/openscience/cdk/inchi/InChIGeneratorTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ public void testGetInchiEandZ12Dichloroethene2D() throws Exception {
311311
acE.addAtom(a3E);
312312
acE.addAtom(a4E);
313313

314-
acE.addBond(new Bond(a1E, a2E, Order.DOUBLE));
315314
acE.addBond(new Bond(a1E, a2E, Order.DOUBLE));
316315
acE.addBond(new Bond(a1E, a3E, Order.SINGLE));
317316
acE.addBond(new Bond(a2E, a4E, Order.SINGLE));
@@ -582,7 +581,6 @@ public void testGetStandardInchiEandZ12Dichloroethene2D() throws Exception {
582581
acE.addAtom(a3E);
583582
acE.addAtom(a4E);
584583

585-
acE.addBond(new Bond(a1E, a2E, Order.DOUBLE));
586584
acE.addBond(new Bond(a1E, a2E, Order.DOUBLE));
587585
acE.addBond(new Bond(a1E, a3E, Order.SINGLE));
588586
acE.addBond(new Bond(a2E, a4E, Order.SINGLE));

0 commit comments

Comments
 (0)