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: 736c28d5ee67
Choose a base ref
...
head repository: cdk/cdk
compare: c1f7d597eff6
Choose a head ref
  • 4 commits
  • 5 files changed
  • 1 contributor

Commits on Jan 23, 2014

  1. Correct resource paths.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 23, 2014
    Copy the full SHA
    61f09c9 View commit details
    Browse the repository at this point in the history
  2. ICrystal extends IAtomContainer... so the second condition was never …

    …being checked. A left over gotcha from the removal of IMolecule.
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 23, 2014
    Copy the full SHA
    21a7703 View commit details
    Browse the repository at this point in the history
  3. Silly test but now resolved - when given a null molecule a null colle…

    …ction is returned.
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 23, 2014
    Copy the full SHA
    8b86cd3 View commit details
    Browse the repository at this point in the history
  4. Test was failing because the test order is not guaranteed. This now w…

    …orks but tests depending on other tests are not good tests.
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Jan 23, 2014
    Copy the full SHA
    c1f7d59 View commit details
    Browse the repository at this point in the history