Skip to content

Commit 7c6b5b7

Browse files
johnmayegonw
authored andcommitted
More double bonds added twice.
1 parent a0aae18 commit 7c6b5b7

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
@@ -332,7 +332,6 @@ public void testGetInchiEandZ12Dichloroethene2D() throws Exception {
332332
acZ.addAtom(a3Z);
333333
acZ.addAtom(a4Z);
334334

335-
acZ.addBond(new Bond(a1Z, a2Z, Order.DOUBLE));
336335
acZ.addBond(new Bond(a1Z, a2Z, Order.DOUBLE));
337336
acZ.addBond(new Bond(a1Z, a3Z, Order.SINGLE));
338337
acZ.addBond(new Bond(a2Z, a4Z, Order.SINGLE));
@@ -602,7 +601,6 @@ public void testGetStandardInchiEandZ12Dichloroethene2D() throws Exception {
602601
acZ.addAtom(a3Z);
603602
acZ.addAtom(a4Z);
604603

605-
acZ.addBond(new Bond(a1Z, a2Z, Order.DOUBLE));
606604
acZ.addBond(new Bond(a1Z, a2Z, Order.DOUBLE));
607605
acZ.addBond(new Bond(a1Z, a3Z, Order.SINGLE));
608606
acZ.addBond(new Bond(a2Z, a4Z, Order.SINGLE));

0 commit comments

Comments
 (0)