Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2005-02-14 07:00:56 +0000
committerdavid_williams2005-02-14 07:00:56 +0000
commit282b8f4e6c55922ae235ccbdb8cb72dd777ec9e8 (patch)
treec70cc761b27a26172260e566fa70b71d3630fa64 /development
parent32e9f704e2d543e88ff4017a29fee3f0f51bbb90 (diff)
downloadwebtools.sourceediting-282b8f4e6c55922ae235ccbdb8cb72dd777ec9e8.tar.gz
webtools.sourceediting-282b8f4e6c55922ae235ccbdb8cb72dd777ec9e8.tar.xz
webtools.sourceediting-282b8f4e6c55922ae235ccbdb8cb72dd777ec9e8.zip
added changes for distribution of contentType IDs
Diffstat (limited to 'development')
-rw-r--r--development/org.eclipse.wst.sse.unittests/src/org/eclipse/wst/sse/unittests/MasterListTestSuite.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/org.eclipse.wst.sse.unittests/src/org/eclipse/wst/sse/unittests/MasterListTestSuite.java b/development/org.eclipse.wst.sse.unittests/src/org/eclipse/wst/sse/unittests/MasterListTestSuite.java
index 6710444e95..dfcb5c7187 100644
--- a/development/org.eclipse.wst.sse.unittests/src/org/eclipse/wst/sse/unittests/MasterListTestSuite.java
+++ b/development/org.eclipse.wst.sse.unittests/src/org/eclipse/wst/sse/unittests/MasterListTestSuite.java
@@ -50,7 +50,7 @@ public class MasterListTestSuite extends TestSuite {
addTest(HTMLCoreTestSuite.suite());
addTest(JSPCoreTestSuite.suite());
- addTest(AllXMLTests.suite());
+ //addTest(AllXMLTests.suite());
addTest(EncodingTestSuite.suite());
addTest(CSSEncodingTestSuite.suite());

Back to the top