Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ross2013-08-14 15:15:47 +0000
committerJohn Ross2013-08-14 15:19:22 +0000
commitbcb5f5275b64d117e9e9c77d74631d21f2f61e0e (patch)
tree1266915179b0e5d2838a0ee3faf123f35514cd5b
parentdff412ea9e3fd045c37cb33d367353754caf3e5d (diff)
downloadrt.equinox.bundles-bcb5f5275b64d117e9e9c77d74631d21f2f61e0e.tar.gz
rt.equinox.bundles-bcb5f5275b64d117e9e9c77d74631d21f2f61e0e.tar.xz
rt.equinox.bundles-bcb5f5275b64d117e9e9c77d74631d21f2f61e0e.zip
[Bug 414943] Enable testComponentDefinitionReloadedOnBundleUpdateInDevModeWhenUsingWildcardInServiceComponentHeader.
-rw-r--r--bundles/org.eclipse.equinox.ds.tests/src/org/eclipse/equinox/ds/tests/tbc/DSTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.ds.tests/src/org/eclipse/equinox/ds/tests/tbc/DSTest.java b/bundles/org.eclipse.equinox.ds.tests/src/org/eclipse/equinox/ds/tests/tbc/DSTest.java
index 5abadbe94..85a0e970b 100644
--- a/bundles/org.eclipse.equinox.ds.tests/src/org/eclipse/equinox/ds/tests/tbc/DSTest.java
+++ b/bundles/org.eclipse.equinox.ds.tests/src/org/eclipse/equinox/ds/tests/tbc/DSTest.java
@@ -3072,7 +3072,7 @@ public class DSTest extends TestCase {
* reference URL. Otherwise, necessary file updates will not occur, and the
* test will no longer be valid.
*/
- public void disabledTestComponentDefinitionReloadedOnBundleUpdateInDevModeWhenUsingWildcardInServiceComponentHeader() throws Exception {
+ public void testComponentDefinitionReloadedOnBundleUpdateInDevModeWhenUsingWildcardInServiceComponentHeader() throws Exception {
// Enable component caching in DS.
System.setProperty("equinox.ds.dbstore", Boolean.TRUE.toString());
// Set dev mode.

Back to the top