Skip to content

Commit

Permalink
Move MassToFormulaTool to the cdk-legacy module.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Dec 29, 2014
1 parent 337d275 commit 53dd52f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Expand Up @@ -28,7 +28,6 @@
import org.openscience.cdk.formula.IsotopePatternManipulatorTest;
import org.openscience.cdk.formula.IsotopePatternSimilarityTest;
import org.openscience.cdk.formula.IsotopePatternTest;
import org.openscience.cdk.formula.MassToFormulaToolTest;
import org.openscience.cdk.formula.MolecularFormulaGeneratorTest;
import org.openscience.cdk.formula.MolecularFormulaRangeTest;
import org.openscience.cdk.tools.manipulator.MolecularFormulaManipulatorTest;
Expand All @@ -42,7 +41,7 @@
@RunWith(value = Suite.class)
@SuiteClasses(value = {FormulaCoverageTest.class, IsotopeContainerTest.class, IsotopePatternGeneratorTest.class,
IsotopePatternManipulatorTest.class, IsotopePatternSimilarityTest.class, IsotopePatternTest.class,
MassToFormulaToolTest.class, MolecularFormulaGeneratorTest.class, MolecularFormulaManipulatorTest.class,
MolecularFormulaGeneratorTest.class, MolecularFormulaManipulatorTest.class,
MolecularFormulaRangeManipulatorTest.class, MolecularFormulaRangeTest.class})
public class MformulaTests {
}

0 comments on commit 53dd52f

Please sign in to comment.