Skip to content

Commit

Permalink
Undo the ignores on tests that failed which are not related to reading
Browse files Browse the repository at this point in the history
V2000
  • Loading branch information
Horlacher, Oliver authored and Horlacher, Oliver committed Oct 19, 2017
1 parent 61514ad commit df148ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
Expand Up @@ -23,7 +23,6 @@
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;

import javax.xml.XMLConstants;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
Expand All @@ -34,7 +33,8 @@
import javax.xml.validation.SchemaFactory;
import javax.xml.validation.Validator;

import org.junit.Ignore;
import org.junit.Assert;
import org.junit.Test;
import org.openscience.cdk.CDKConstants;
import org.openscience.cdk.CDKTestCase;
import org.openscience.cdk.ChemObject;
Expand All @@ -43,9 +43,6 @@
import org.openscience.cdk.interfaces.IAtomType.Hybridization;
import org.openscience.cdk.interfaces.IBond;
import org.openscience.cdk.interfaces.IBond.Order;

import org.junit.Assert;
import org.junit.Test;
import org.w3c.dom.Document;
import org.xml.sax.ErrorHandler;
import org.xml.sax.SAXException;
Expand Down Expand Up @@ -303,31 +300,26 @@ public void testCanReadCMLSchema() throws Exception {
}

@Test
@Ignore
public void testXMLValidityMM2() throws Exception {
assertValidCML("org/openscience/cdk/config/data/mm2_atomtypes.xml", "MM2");
}

@Test
@Ignore
public void testXMLValidityMMFF94() throws Exception {
assertValidCML("org/openscience/cdk/config/data/mmff94_atomtypes.xml", "MMFF94");
}

@Test
@Ignore
public void testXMLValidityMol2() throws Exception {
assertValidCML("org/openscience/cdk/config/data/mol2_atomtypes.xml", "Mol2");
}

@Test
@Ignore
public void testXMLValidityPDB() throws Exception {
assertValidCML("org/openscience/cdk/config/data/pdb_atomtypes.xml", "PDB");
}

@Test
@Ignore
public void testXMLValidityStructGen() throws Exception {
assertValidCML("org/openscience/cdk/config/data/structgen_atomtypes.xml", "StructGen");
}
Expand Down
Expand Up @@ -28,7 +28,6 @@
import javax.xml.parsers.DocumentBuilderFactory;

import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.openscience.cdk.Atom;
import org.openscience.cdk.AtomContainer;
Expand Down Expand Up @@ -206,7 +205,6 @@ public void testConfigureAtoms_IAtomContainer() throws Exception {
}

@Test
@Ignore
public void testXMLValidityHybrid() throws Exception {
assertValidCML("org/openscience/cdk/config/data/isotopes.xml", "Isotopes");
}
Expand Down

0 comments on commit df148ef

Please sign in to comment.