Skip to content

Commit

Permalink
Added InChI, and link to existing pyrolle test, using a different SMILES
Browse files Browse the repository at this point in the history
Signed-off-by: Rajarshi  Guha <rajarshi.guha@gmail.com>
  • Loading branch information
egonw authored and rajarshi committed Mar 27, 2010
1 parent c26ae95 commit f088cd6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/test/org/openscience/cdk/smiles/SmilesParserTest.java
Expand Up @@ -763,6 +763,8 @@ public void testSFBug956926() throws Exception {
*
* @cdk.bug 956929
* @cdk.inchi InChI=1/C4H5N/c1-2-4-5-3-1/h1-5H
*
* @see #testPyrolle()
*/
@org.junit.Test (timeout=1000)
public void testPyrole() throws Exception {
Expand Down Expand Up @@ -1817,6 +1819,11 @@ public void testBadRingClosure2() throws InvalidSmilesException {
p.parseSmiles("NC1=CC=C(N)C=C");
}

/**
* @cdk.inchi InChI=1/C4H5N/c1-2-4-5-3-1/h1-5H
*
* @see #testPyrole()
*/
@Test
public void testPyrolle() throws InvalidSmilesException{
SmilesParser p = new SmilesParser(DefaultChemObjectBuilder.getInstance());
Expand Down

0 comments on commit f088cd6

Please sign in to comment.