Browse Source

Reenable tests for xmlcatalog

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273536 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
9c9ab44296
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      src/testcases/org/apache/tools/ant/types/XMLCatalogBuildFileTest.java

+ 0
- 4
src/testcases/org/apache/tools/ant/types/XMLCatalogBuildFileTest.java View File

@@ -102,13 +102,11 @@ public class XMLCatalogBuildFileTest extends BuildFileTest {
// file, entity is listed in the XMLCatalog pointing to a // file, entity is listed in the XMLCatalog pointing to a
// different file. Stuff result into property: val2 // different file. Stuff result into property: val2
// //
/*
public void testEntityWithCatalog() { public void testEntityWithCatalog() {
configureProject("src/etc/testcases/types/xmlcatalog.xml"); configureProject("src/etc/testcases/types/xmlcatalog.xml");
expectPropertySet("testentitywithcatalog", "val2", expectPropertySet("testentitywithcatalog", "val2",
"No news is good news"); "No news is good news");
} }
*/


// //
// Ensure that an external entity resolves as expected with NO // 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. // The entity is listed in the XMLCatalog pointing to a different file.
// Stuff result into the property: val4 // Stuff result into the property: val4
// //
/*
public void testDocumentWithCatalog() { public void testDocumentWithCatalog() {
configureProject("src/etc/testcases/types/xmlcatalog.xml"); configureProject("src/etc/testcases/types/xmlcatalog.xml");
expectPropertySet("testdocumentwithcatalog", "val4", expectPropertySet("testdocumentwithcatalog", "val4",
"No news is good news"); "No news is good news");
} }
*/
} }

Loading…
Cancel
Save