Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed test method names
  • Loading branch information
egonw committed Nov 7, 2011
1 parent a853c91 commit f6562cb
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 @@ -118,7 +118,7 @@ public class InChIGenerator {
* @throws org.openscience.cdk.exception.CDKException if there is an
* error during InChI generation
*/
@TestMethod("testGetInchiFromChlorineAtom,testGetInchiFromLithiumIontest,GetInchiFromChlorine37Atom")
@TestMethod("testGetInchiFromChlorineAtom,testGetInchiFromLithiumIon,testGetStandardInchiFromChlorine37Atom")
protected InChIGenerator(IAtomContainer atomContainer) throws CDKException {
try {
input = new JniInchiInput("");
Expand Down

0 comments on commit f6562cb

Please sign in to comment.