Skip to content

Commit 94c5162

Browse files
johnmayegonw
authored andcommitted
Eliminate testdata dependency from cdk-smiles. As before most of the duplicatations are due to the cdk-core AtomType "MDLfiles" test
1 parent 72921f0 commit 94c5162

File tree

48 files changed

+581
-78
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+581
-78
lines changed

base/test-core/src/test/java/org/openscience/cdk/atomtype/CDKAtomTypeMatcherFilesTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ public class CDKAtomTypeMatcherFilesTest extends AbstractCDKAtomTypeTest {
4545

4646
@Test
4747
public void testFile3() throws Exception {
48-
String filename = "data/cml/3.cml";
49-
InputStream ins = this.getClass().getClassLoader().getResourceAsStream(filename);
48+
String filename = "3.cml";
49+
InputStream ins = this.getClass().getResourceAsStream(filename);
5050
CMLReader reader = new CMLReader(ins);
5151
IChemFile chemFile = (IChemFile) reader.read(new ChemFile());
5252

0 commit comments

Comments
 (0)