Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ross2013-08-13 14:57:17 +0000
committerJohn Ross2013-08-13 14:57:17 +0000
commit079ff4f24d6712de08a071dc1b1b4fd3b90d8d05 (patch)
tree86f4d195acc30039cf14679c4031be4660f9ff19 /bundles/org.eclipse.equinox.ds.tests
parent43c8f9860aa9751aa0559084dff018f856c9d8c2 (diff)
downloadrt.equinox.bundles-079ff4f24d6712de08a071dc1b1b4fd3b90d8d05.tar.gz
rt.equinox.bundles-079ff4f24d6712de08a071dc1b1b4fd3b90d8d05.tar.xz
rt.equinox.bundles-079ff4f24d6712de08a071dc1b1b4fd3b90d8d05.zip
[Bug 414943] Temporarily disableI20130813-1330I20130813-1200
testComponentDefinitionReloadedOnBundleUpdateInDevModeWhenUsingWildcardInServiceComponentHeader.
Diffstat (limited to 'bundles/org.eclipse.equinox.ds.tests')
-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 85a0e970b..5abadbe94 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 testComponentDefinitionReloadedOnBundleUpdateInDevModeWhenUsingWildcardInServiceComponentHeader() throws Exception {
+ public void disabledTestComponentDefinitionReloadedOnBundleUpdateInDevModeWhenUsingWildcardInServiceComponentHeader() throws Exception {
// Enable component caching in DS.
System.setProperty("equinox.ds.dbstore", Boolean.TRUE.toString());
// Set dev mode.

Back to the top