File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed
java/org/openscience/cdk/inchi
resources/org/openscience/cdk/inchi Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 109
109
<version >${project.parent.version} </version >
110
110
<scope >test</scope >
111
111
</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 >
119
112
</dependencies >
120
113
121
114
</project >
Original file line number Diff line number Diff line change @@ -759,7 +759,7 @@ public void testDoubleBondStereochemistry() throws Exception {
759
759
*/
760
760
@ Test
761
761
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" ));
763
763
try {
764
764
IAtomContainer container = reader .read (new AtomContainer ());
765
765
InChIGenerator generator = getFactory ().getInChIGenerator (container );
File renamed without changes.
You can’t perform that action at this time.
0 commit comments