Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ross2013-01-23 14:27:48 +0000
committerJohn Ross2013-01-23 14:39:37 +0000
commit2ae2bd1ef80a6e257d7bd7a190a33b83b003dcce (patch)
treec4984c43537a889ffcde6b3689f8c54fbff5f31b /bundles/org.eclipse.equinox.compendium.tests/src/org/eclipse/equinox/metatype/tests/AllTests.java
parent98ba80bbb423e570559c61f6eeb18ac43e7cfe9e (diff)
downloadrt.equinox.bundles-2ae2bd1ef80a6e257d7bd7a190a33b83b003dcce.tar.gz
rt.equinox.bundles-2ae2bd1ef80a6e257d7bd7a190a33b83b003dcce.tar.xz
rt.equinox.bundles-2ae2bd1ef80a6e257d7bd7a190a33b83b003dcce.zip
[Bug 395196] Add test for reject default value when not one of the options.
Diffstat (limited to 'bundles/org.eclipse.equinox.compendium.tests/src/org/eclipse/equinox/metatype/tests/AllTests.java')
-rw-r--r--bundles/org.eclipse.equinox.compendium.tests/src/org/eclipse/equinox/metatype/tests/AllTests.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.compendium.tests/src/org/eclipse/equinox/metatype/tests/AllTests.java b/bundles/org.eclipse.equinox.compendium.tests/src/org/eclipse/equinox/metatype/tests/AllTests.java
index f97bf31a6..4a7666500 100644
--- a/bundles/org.eclipse.equinox.compendium.tests/src/org/eclipse/equinox/metatype/tests/AllTests.java
+++ b/bundles/org.eclipse.equinox.compendium.tests/src/org/eclipse/equinox/metatype/tests/AllTests.java
@@ -26,6 +26,7 @@ public class AllTests {
suite.addTestSuite(UnresolvedBundleTest.class);
suite.addTestSuite(GetDefaultValueTest.class);
suite.addTestSuite(IconTest.class);
+ suite.addTestSuite(Bug395196Test.class);
return suite;
}
}

Back to the top