Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added two missing tests to overwrite the notifying default implementa…
…tion

Signed-off-by: maclean <gilleain.torrance@gmail.com>
  • Loading branch information
egonw committed Sep 12, 2011
1 parent d81fc3d commit 294cecf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/test/org/openscience/cdk/nonotify/NNMappingTest.java
Expand Up @@ -86,4 +86,10 @@ public IChemObject newTestObject() {
@Test public void testNotifyChanged_RemoveProperty() {
NNChemObjectTestHelper.testNotifyChanged_RemoveProperty(newChemObject());
}
@Test public void testNotifyChanged_SetFlag() {
NNChemObjectTestHelper.testNotifyChanged_SetFlag(newChemObject());
}
@Test public void testNotifyChanged_SetFlags() {
NNChemObjectTestHelper.testNotifyChanged_SetFlags(newChemObject());
}
}

0 comments on commit 294cecf

Please sign in to comment.