summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2002-11-12 08:17:22 +0000
committerStefan Bodewig <bodewig@apache.org>2002-11-12 08:17:22 +0000
commit9c9ab442961f70e3c7f4a8a7c00c70b3b54b7ffa (patch)
treed0b928d18a1588e44ccb0b70214928e2130efd38
parent7361a15e6990e4cba7c92ec341cb27049b855f03 (diff)
downloadant-9c9ab442961f70e3c7f4a8a7c00c70b3b54b7ffa.tar.gz
Reenable tests for xmlcatalog
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273536 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--src/testcases/org/apache/tools/ant/types/XMLCatalogBuildFileTest.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/testcases/org/apache/tools/ant/types/XMLCatalogBuildFileTest.java b/src/testcases/org/apache/tools/ant/types/XMLCatalogBuildFileTest.java
index 452050985..b53ce41f3 100644
--- a/src/testcases/org/apache/tools/ant/types/XMLCatalogBuildFileTest.java
+++ b/src/testcases/org/apache/tools/ant/types/XMLCatalogBuildFileTest.java
@@ -102,13 +102,11 @@ public class XMLCatalogBuildFileTest extends BuildFileTest {
// file, entity is listed in the XMLCatalog pointing to a
// different file. Stuff result into property: val2
//
- /*
public void testEntityWithCatalog() {
configureProject("src/etc/testcases/types/xmlcatalog.xml");
expectPropertySet("testentitywithcatalog", "val2",
"No news is good news");
}
- */
//
// Ensure that an external entity resolves as expected with NO
@@ -133,11 +131,9 @@ public class XMLCatalogBuildFileTest extends BuildFileTest {
// The entity is listed in the XMLCatalog pointing to a different file.
// Stuff result into the property: val4
//
- /*
public void testDocumentWithCatalog() {
configureProject("src/etc/testcases/types/xmlcatalog.xml");
expectPropertySet("testdocumentwithcatalog", "val4",
"No news is good news");
}
- */
}