Skip to content

Commit

Permalink
AtomType manipulator used to remove aromatic flags, they are now kept…
Browse files Browse the repository at this point in the history
… and so the fingerprint value has changed.
  • Loading branch information
johnmay committed Oct 9, 2016
1 parent 1f1e7e2 commit 9ef289d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ public void testBug706786() throws Exception {
assertThat(
superBits.asBitSet(),
is(asBitSet(53, 56, 65, 71, 73, 88, 97, 100, 104, 111, 112, 126, 130, 136, 138, 139, 140, 142, 143,
144, 145, 148, 149, 151, 153, 156, 158, 159, 162, 163, 164)));
144, 145, 148, 149, 151, 153, 156, 158, 159, 161, 162, 163, 164)));
assertThat(
subBits.asBitSet(),
is(asBitSet(56, 97, 100, 104, 108, 112, 117, 127, 131, 136, 143, 144, 146, 151, 152, 156, 162, 163, 164)));
is(asBitSet(56, 97, 100, 104, 108, 112, 117, 127, 131, 136, 143, 144, 146, 151, 152, 156, 161, 162, 163, 164)));
}

}

0 comments on commit 9ef289d

Please sign in to comment.