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: 700bf50ffcbe
Choose a base ref
...
head repository: cdk/cdk
compare: 80cc27babfd8
Choose a head ref
  • 5 commits
  • 10 files changed
  • 1 contributor

Commits on Mar 24, 2013

  1. fixing failing coverage test in cdk-cip

    Change-Id: I7c9dc4d1b5feb276e07122c91c792b3688cd801e
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Mar 24, 2013
    Copy the full SHA
    5aaff49 View commit details
    Browse the repository at this point in the history
  2. adding mockito dependency to domain modules

    Change-Id: I3b7fe2395a20a3de8f89c546bccacc244e1e2772
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Mar 24, 2013
    Copy the full SHA
    48861ee View commit details
    Browse the repository at this point in the history
  3. annotations to satisfy coverage unit test

    Change-Id: Ie997672ba460e8a18af8612cc595272ef040a3e1
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Mar 24, 2013
    Copy the full SHA
    e867e4b View commit details
    Browse the repository at this point in the history
  4. resolved failing unit test, test was failing because it was looking f…

    …or the ICrystal in the wrong place
    
    Change-Id: I184728067a931c9b5d5cdc0e7deb94edc721f09d
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Mar 24, 2013
    Copy the full SHA
    0fc002b View commit details
    Browse the repository at this point in the history
  5. resolving failing unit test in MDMoleculeTest, the MDMoleculeCustomiz…

    …er invokes storeAtomData() on it's own which however the core module also invokes this method via (storeData) at the end. This resolution simply cleans up the existing data once the atoms or bonds have been stored. Invoking the method again does not store the atoms twice.
    
    Change-Id: Ib43cd90d0a92e3f756ca942ca1f417844b8f2e6a
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Mar 24, 2013
    Copy the full SHA
    80cc27b View commit details
    Browse the repository at this point in the history