Skip to content

Commit

Permalink
updated test cases Signed-off-by: Syed Asad Rahman <s9asad@gmail.com>
Browse files Browse the repository at this point in the history
Signed-off-by: Rajarshi Guha <rajarshi.guha@gmail.com>
  • Loading branch information
asad authored and rajarshi committed May 22, 2010
1 parent 4bdce61 commit 32cb936
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public void testGetMappings() throws InvalidSmilesException, CDKException {
CDKRMapHandler instance = new CDKRMapHandler();
instance.calculateOverlapsAndReduceExactMatch(Molecule1, Molecule2);
List<Map<Integer, Integer>> result = instance.getMappings();
assertEquals(10, result.size());
assertEquals(2, result.size());
}

/**
Expand Down

0 comments on commit 32cb936

Please sign in to comment.