Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated test for the bug fix in commit 37ca43c to include the implici…
…t hydrogens.

Change-Id: Iaef65d9172a333d8848fa844201853c9ee7a9f79

Signed-off-by: Rajarshi  Guha <rajarshi.guha@gmail.com>
  • Loading branch information
egonw authored and rajarshi committed Jul 1, 2012
1 parent 631c399 commit 948f02f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -49,7 +49,7 @@ public class CrossoverMachineTest extends CDKTestCase {
Assert.assertEquals("We must have read 99 structures", 99,
som.getMoleculeCount());
CrossoverMachine cm = new CrossoverMachine();
String correctFormula="C10";
String correctFormula="C10H16";
CDKHydrogenAdder hAdder = CDKHydrogenAdder.getInstance(som.getBuilder());
for(int i=0;i<som.getAtomContainerCount();i++){
hAdder.addImplicitHydrogens(som.getAtomContainer(i));
Expand Down

0 comments on commit 948f02f

Please sign in to comment.