Skip to content

Commit

Permalink
Fixed annotation with TestMethod, not TestClass (fixes #3016632)
Browse files Browse the repository at this point in the history
Signed-off-by: Rajarshi  Guha <rajarshi.guha@gmail.com>
  • Loading branch information
egonw authored and rajarshi committed Aug 29, 2010
1 parent d070396 commit 9eb04e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/org/openscience/cdk/inchi/InChIGenerator.java
Expand Up @@ -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("");
Expand Down

0 comments on commit 9eb04e5

Please sign in to comment.