Navigation Menu

Skip to content

Commit

Permalink
Merge branch 'cdk-1.2.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Apr 24, 2010
2 parents 25427b4 + b5fa3dc commit f17fc8f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -76,7 +76,7 @@ public abstract class AbstractAtomContainerTest extends AbstractChemObjectTest {
}

@Test public void testCloneButKeepOriginalsIntact() throws Exception {
IMolecule molecule = (IMolecule)newChemObject();
IAtomContainer molecule = (IAtomContainer)newChemObject();
IAtom atom = molecule.getBuilder().newInstance(IAtom.class);
molecule.addAtom(atom);
Assert.assertEquals(atom, molecule.getAtom(0));
Expand Down

0 comments on commit f17fc8f

Please sign in to comment.