Skip to content

Commit

Permalink
Enabled InChI tests agin
Browse files Browse the repository at this point in the history
bug 3024
  • Loading branch information
goglepox committed Mar 19, 2012
1 parent f246447 commit c266d3c
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -30,7 +30,7 @@ public void testInitialization() {
Assert.assertNotNull(inchi);
}

@Ignore("Until library loading is fixed on Hudons")
@Test
public void testGenerate() throws Exception {
IMolecule mol = cdk.fromSMILES("C");
Assert.assertNotNull("Input structure is unexpectedly null", mol);
Expand All @@ -39,7 +39,7 @@ public void testGenerate() throws Exception {
Assert.assertEquals("InChI=1/CH4/h1H4", inchiObj.getValue());
}

@Ignore("Until library loading is fixed on Hudons")
@Test
public void testGenerateNoStereo() throws Exception {
IMolecule mol = cdk.fromSMILES("ClC(Br)(F)(O)");
Assert.assertNotNull("Input structure is unexpectedly null", mol);
Expand All @@ -51,7 +51,7 @@ public void testGenerateNoStereo() throws Exception {
);
}

@Ignore("Until library loading is fixed on Hudons")
@Test
public void testGenerateKey() throws Exception {
IMolecule mol = cdk.fromSMILES("C");
Assert.assertNotNull("Input structure is unexpectedly null", mol);
Expand Down

0 comments on commit c266d3c

Please sign in to comment.