- From: Glenn Marcy <gmarcy@us.ibm.com>
- Date: Fri, 26 Sep 2003 11:43:56 -0500
- To: public-xml-testsuite@w3.org
- Message-ID: <OF44D1A028.8F36444E-ON85256DAD.005B129A-85256DAD.005BEA7A@us.ibm.com>
Hi, I have found some problems with the test suite in CVS. These problems fall into two categories. First, some of the tests that reference external parameter entities (or the external DTD subset) do not indicate so in their description. Second, there are several tests that use either US-ASCII or ISO-8859-1 encodings which are not required by minimally conforming processors. In all but one case this only required changing the encoding declaration to UTF-8. I have included a copy of the entire file for the one case where the data had to be reencoded in UTF-8 from ISO-8859-1. It would be great if you could pick these changes up so that I can resume testing with an official unmodified version of the test suite and no longer need maintain these changes locally. Best Regards, Glenn diff -r xmlconf/ibm/ibm_oasis_not-wf.xml xmlconf_old/ibm/ibm_oasis_not-wf.xml 557c557 < <TEST URI="not-wf/P28a/ibm28an01.xml" TYPE="not-wf" ID="ibm-not-wf-P28a-ibm28an01.xml" ENTITIES="none" SECTIONS="2.8"> --- > <TEST URI="not-wf/P28a/ibm28an01.xml" TYPE="not-wf" ID="ibm-not-wf-P28a-ibm28an01.xml" ENTITIES="parameter" SECTIONS="2.8"> 1266c1266 < <TEST URI="not-wf/P62/ibm62n02.xml" TYPE="not-wf" ID="ibm-not-wf-P62-ibm62n02.xml" ENTITIES="none" SECTIONS="3.4"> --- > <TEST URI="not-wf/P62/ibm62n02.xml" TYPE="not-wf" ID="ibm-not-wf-P62-ibm62n02.xml" ENTITIES="parameter" SECTIONS="3.4"> diff -r xmlconf/ibm/not-wf/P13/ibm13n03.xml xmlconf_old/ibm/not-wf/P13/ibm13n03.xml 1c1 < <?xml version="1.0" encoding="ISO-8859-1"?> --- > <?xml version="1.0" encoding="utf-8"?> 3c3 < <!ENTITY info PUBLIC "This is a test á " "student.dtd"> --- > <!ENTITY info PUBLIC "This is a test á " "student.dtd"> 6c6 < <!-- testing invalid pubid char with á --> --- > <!-- testing invalid pubid char with á --> diff -r xmlconf/ibm/not-wf/P13/student.dtd xmlconf_old/ibm/not-wf/P13/student.dtd 1c1 < <?xml encoding="US-ASCII"?> --- > <?xml encoding="utf-8"?> diff -r xmlconf/ibm/not-wf/p28a/ibm28an01.xml xmlconf_old/ibm/not-wf/p28a/ibm28an01.xml 1c1 < <?xml version="1.0" encoding="us-ascii" ?> --- > <?xml version="1.0" encoding="utf-8" ?> diff -r xmlconf/ibm/valid/P01/ibm01v01.xml xmlconf_old/ibm/valid/P01/ibm01v01.xml 1c1 < <?xml version="1.0" encoding="us-ascii" standalone="yes" ?> --- > <?xml version="1.0" encoding="utf-8" standalone="yes" ?> diff -r xmlconf/ibm/valid/P09/student.dtd xmlconf_old/ibm/valid/P09/student.dtd 1c1 < <?xml encoding="US-ASCII"?> --- > <?xml encoding="utf-8"?> diff -r xmlconf/ibm/valid/P11/student.dtd xmlconf_old/ibm/valid/P11/student.dtd 1c1 < <?xml encoding="US-ASCII"?> --- > <?xml encoding="utf-8"?> diff -r xmlconf/ibm/valid/P12/student.dtd xmlconf_old/ibm/valid/P12/student.dtd 1c1 < <?xml encoding="US-ASCII"?> --- > <?xml encoding="utf-8"?> diff -r xmlconf/ibm/valid/P13/student.dtd xmlconf_old/ibm/valid/P13/student.dtd 1c1 < <?xml encoding="US-ASCII"?> --- > <?xml encoding="utf-8"?> diff -r xmlconf/ibm/valid/P22/ibm22v01.xml xmlconf_old/ibm/valid/P22/ibm22v01.xml 1c1 < <?xml version="1.0" encoding="us-ascii" ?> --- > <?xml version="1.0" encoding="utf-8" ?> diff -r xmlconf/ibm/valid/P22/ibm22v05.xml xmlconf_old/ibm/valid/P22/ibm22v05.xml 1c1 < <?xml version="1.0" encoding="us-ascii" ?> --- > <?xml version="1.0" encoding="utf-8" ?> diff -r xmlconf/ibm/valid/P22/ibm22v06.xml xmlconf_old/ibm/valid/P22/ibm22v06.xml 1c1 < <?xml version="1.0" encoding="us-ascii" ?> --- > <?xml version="1.0" encoding="utf-8" ?> diff -r xmlconf/ibm/valid/P22/ibm22v07.xml xmlconf_old/ibm/valid/P22/ibm22v07.xml 1c1 < <?xml version="1.0" encoding="us-ascii" ?> --- > <?xml version="1.0" encoding="utf-8" ?> diff -r xmlconf/ibm/valid/P28/ibm28v02.xml xmlconf_old/ibm/valid/P28/ibm28v02.xml 1c1 < <?xml version="1.0" encoding="us-ascii" ?> --- > <?xml version="1.0" encoding="utf-8" ?> diff -r xmlconf/ibm/valid/P29/ibm29v01.xml xmlconf_old/ibm/valid/P29/ibm29v01.xml 1c1 < <?xml version="1.0" encoding="us-ascii" ?> --- > <?xml version="1.0" encoding="utf-8" ?> diff -r xmlconf/ibm/valid/P29/ibm29v02.xml xmlconf_old/ibm/valid/P29/ibm29v02.xml 1c1 < <?xml version="1.0" encoding="us-ascii" ?> --- > <?xml version="1.0" encoding="utf-8" ?> diff -r xmlconf/sun/not-wf/decl01.ent xmlconf_old/sun/not-wf/decl01.ent 1c1 < <?xml version="1.0" encoding="iso-8859-1" standalone="yes"?> --- > <?xml version="1.0" encoding="utf-8" standalone="yes"?> diff -r xmlconf/sun/sun-not-wf.xml xmlconf_old/sun/sun-not-wf.xml 44c44,45 < <TEST URI="not-wf/cond01.xml" ID="cond01" TYPE="not-wf" SECTIONS="3.4 [61]"> --- > <TEST URI="not-wf/cond01.xml" ID="cond01" TYPE="not-wf" SECTIONS="3.4 [61]" > ENTITIES="parameter"> 47c48,49 < <TEST URI="not-wf/cond02.xml" ID="cond02" TYPE="not-wf" SECTIONS="3.4 [61]"> --- > <TEST URI="not-wf/cond02.xml" ID="cond02" TYPE="not-wf" SECTIONS="3.4 [61]" > ENTITIES="parameter"> 81c83,84 < <TEST URI="not-wf/dtd07.xml" ID="dtd07" TYPE="not-wf" SECTIONS="4.3.1 [77]"> --- > <TEST URI="not-wf/dtd07.xml" ID="dtd07" TYPE="not-wf" SECTIONS="4.3.1 [77]" > ENTITIES="parameter"> 119c122,123 < <TEST URI="not-wf/encoding07.xml" ID="encoding07" TYPE="not-wf" SECTIONS="4.3.1 [77]"> --- > <TEST URI="not-wf/encoding07.xml" ID="encoding07" TYPE="not-wf" SECTIONS="4.3.1 [77]" > ENTITIES="parameter">
Attachments
- application/octet-stream attachment: ibm13n03.xml
Received on Friday, 26 September 2003 12:44:08 UTC