Skip to content

Commit

Permalink
Added the @cdk.module annotation and the class to the builder3d test …
Browse files Browse the repository at this point in the history
…suite

Change-Id: Icb3d2b1bfb4d03a5f2ddb1c35386bda1e92f2f40
  • Loading branch information
egonw committed Jul 29, 2012
1 parent 21b9941 commit 1ffe232
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
*
* @author danielszisz
* @created 05/14/2012
* @cdk.module test-builder3d
*/
public class FurtherTemplateHandler3DTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
import org.openscience.cdk.modeling.builder3d.AtomPlacer3DTest;
import org.openscience.cdk.modeling.builder3d.AtomTetrahedralLigandPlacer3DTest;
import org.openscience.cdk.modeling.builder3d.FurtherAtomPlacer3DTest;
import org.openscience.cdk.modeling.builder3d.FurtherTemplateHandler3DTest;
import org.openscience.cdk.modeling.builder3d.ModelBuilder3DTest;
import org.openscience.cdk.modeling.builder3d.TemplateHandler3DTest;
import org.openscience.cdk.qsar.descriptors.atomic.PartialTChargeMMFF94DescriptorTest;
Expand All @@ -42,6 +43,7 @@
TemplateHandler3DTest.class,
FurtherAtomPlacer3DTest.class,
AtomTetrahedralLigandPlacer3DTest.class,
AtomPlacer3DTest.class
AtomPlacer3DTest.class,
FurtherTemplateHandler3DTest.class
})
public class Mbuilder3dTests {}

0 comments on commit 1ffe232

Please sign in to comment.