Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cdk/cdk
base: a6f92fcdcf13
Choose a base ref
...
head repository: cdk/cdk
compare: 7bc38f8aa8db
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Jan 23, 2014

  1. The test for vinylogous ester is not a bug but a limitation of the SM…

    …ARTS used to match functional group. The test is now ignored as it will always fail. Additionally the fingerprint can not be used to filter substructures and we must override testBug706786 from the abstract superclass.
    johnmay authored and egonw committed Jan 23, 2014
    Copy the full SHA
    2069f5e View commit details
    Browse the repository at this point in the history
  2. Correct tests for accepting IAtomContainers.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 23, 2014
    Copy the full SHA
    f5b77a3 View commit details
    Browse the repository at this point in the history
  3. Annoyingly the AtomDiff reports there is a difference in the atom ID.…

    ….. when that's not what we are testing. As CML adds ids to atoms differences were being incorrectly reported. Adding an ID before we write the file resolves all but 1 failure.
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 23, 2014
    Copy the full SHA
    7bc38f8 View commit details
    Browse the repository at this point in the history