Skip to content

Commit

Permalink
Added missing test classes to the nonotify test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Sep 11, 2011
1 parent 6bea1fa commit bb2e41f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/org/openscience/cdk/modulesuites/MnonotifyTests.java
Expand Up @@ -27,6 +27,7 @@
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
import org.openscience.cdk.coverage.NonotifyCoverageTest;
import org.openscience.cdk.nonotify.NNAdductFormulaTest;
import org.openscience.cdk.nonotify.NNAminoAcidTest;
import org.openscience.cdk.nonotify.NNAtomContainerSetTest;
import org.openscience.cdk.nonotify.NNAtomContainerTest;
Expand All @@ -45,6 +46,7 @@
import org.openscience.cdk.nonotify.NNFragmentAtomTest;
import org.openscience.cdk.nonotify.NNIsotopeTest;
import org.openscience.cdk.nonotify.NNLonePairTest;
import org.openscience.cdk.nonotify.NNMappingTest;
import org.openscience.cdk.nonotify.NNMolecularFormulaSetTest;
import org.openscience.cdk.nonotify.NNMolecularFormulaTest;
import org.openscience.cdk.nonotify.NNMoleculeSetTest;
Expand Down Expand Up @@ -93,6 +95,7 @@
NNFragmentAtomTest.class,
NNIsotopeTest.class,
NNLonePairTest.class,
NNMappingTest.class,
NNMoleculeTest.class,
NNMonomerTest.class,
NNPseudoAtomTest.class,
Expand All @@ -106,6 +109,7 @@
NNReactionSchemeTest.class,
NNSingleElectronTest.class,
NNStrandTest.class,
NNAdductFormulaTest.class,
NNMolecularFormulaTest.class,
NNMolecularFormulaSetTest.class,

Expand Down

0 comments on commit bb2e41f

Please sign in to comment.