diff --git a/src/main/org/openscience/cdk/inchi/InChIGenerator.java b/src/main/org/openscience/cdk/inchi/InChIGenerator.java index fb731fe09b8..9d9bec6be26 100644 --- a/src/main/org/openscience/cdk/inchi/InChIGenerator.java +++ b/src/main/org/openscience/cdk/inchi/InChIGenerator.java @@ -117,7 +117,7 @@ public class InChIGenerator { * @throws org.openscience.cdk.exception.CDKException if there is an * error during InChI generation */ - @TestClass("testGetInchiFromChlorineAtom,testGetInchiFromLithiumIontestGetInchiFromChlorine37Atom") + @TestMethod("testGetInchiFromChlorineAtom,testGetInchiFromLithiumIontestGetInchiFromChlorine37Atom") protected InChIGenerator(IAtomContainer atomContainer) throws CDKException { try { input = new JniInchiInput("");