Author: veithen
Date: Fri Dec 31 09:57:54 2010
New Revision: 1054078
URL: http://svn.apache.org/viewvc?rev=1054078&view=rev
Log:
Removed the exclusion for iso-8859-1.xml. Since we no longer execute all tests
against all supported StAX implementations, we no longer run into issues with
SJSXP.
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml
Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml?rev=1054078&r1=1054077&r2=1054078&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml Fri Dec
31 09:57:54 2010
@@ -132,8 +132,7 @@
filelist.parentFile.mkdirs();
filelist.delete();
new File(project.basedir,
"src/test/resources/conformance").eachFile({
- // TODO: SJSXP has a problem with
iso-8859-1.xml, so exclude it for now
- if (it.file && it.name !=
"iso-8859-1.xml") {
+ if (it.file) {
filelist.append("$it.name\n");
}
})