Skip to content

Commit 0e863ac

Browse files
johnmayegonw
authored andcommitted
Eliminate testdata dependency from cdk-inchi.
1 parent 14cb010 commit 0e863ac

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

storage/inchi/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,6 @@
109109
<version>${project.parent.version}</version>
110110
<scope>test</scope>
111111
</dependency>
112-
<dependency>
113-
<groupId>${project.groupId}</groupId>
114-
<artifactId>cdk-testdata</artifactId>
115-
<version>${project.parent.version}</version>
116-
<type>test-jar</type>
117-
<scope>test</scope>
118-
</dependency>
119112
</dependencies>
120113

121114
</project>

storage/inchi/src/test/java/org/openscience/cdk/inchi/InChIGeneratorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ public void testDoubleBondStereochemistry() throws Exception {
759759
*/
760760
@Test
761761
public void bug1295() throws Exception {
762-
MDLV2000Reader reader = new MDLV2000Reader(getClass().getResourceAsStream("/data/mdl/bug1295.mol"));
762+
MDLV2000Reader reader = new MDLV2000Reader(getClass().getResourceAsStream("bug1295.mol"));
763763
try {
764764
IAtomContainer container = reader.read(new AtomContainer());
765765
InChIGenerator generator = getFactory().getInChIGenerator(container);

0 commit comments

Comments
 (0)