Skip to content

Commit

Permalink
Added the tool to the smiles module, and the tests to the module's te…
Browse files Browse the repository at this point in the history
…st suite

Change-Id: I89cdaa500d536b6eb3ffc1a9e4920a734ee36c57

Conflicts:

	src/test/org/openscience/cdk/modulesuites/MsmilesTests.java
  • Loading branch information
egonw committed May 28, 2012
1 parent 5cd4748 commit 24733e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/main/org/openscience/cdk/smiles/FixBondOrdersTool.java
Expand Up @@ -34,6 +34,7 @@
*
* @author Kevin Lawson
* @author Lucy Entwistle
* @cdk.module smiles
*/
public class FixBondOrdersTool {

Expand Down
4 changes: 3 additions & 1 deletion src/test/org/openscience/cdk/modulesuites/MsmilesTests.java
Expand Up @@ -32,6 +32,7 @@
import org.openscience.cdk.io.SMILESReaderTest;
import org.openscience.cdk.io.iterator.IteratingSMILESReaderTest;
import org.openscience.cdk.smiles.DeduceBondSystemToolTest;
import org.openscience.cdk.smiles.FixBondOrdersToolTest;
import org.openscience.cdk.smiles.SmilesGeneratorTest;
import org.openscience.cdk.smiles.SmilesParserTest;
import org.openscience.cdk.normalize.NormalizerTest;
Expand All @@ -51,6 +52,7 @@
SmilesParserTest.class,
SmilesGeneratorTest.class,
NormalizerTest.class,
LingoFingerprinterTest.class
LingoFingerprinterTest.class,
FixBondOrdersToolTest.class
})
public class MsmilesTests {}

0 comments on commit 24733e6

Please sign in to comment.