Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.3.8

Bug #16467 Unit tests are broken
Submitted: 2009-07-24 11:36 UTC
From: doconnor Assigned: ashnazg
Status: Closed Package: XML_Parser (version CVS)
PHP Version: 5.2.5 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2009-07-24 11:36 UTC] doconnor (Daniel O'Connor)
Description: ------------ " UTF-8: OOPS: XML_Parser: Invalid character at XML input line 1:10" Test script: --------------- /home/clockwerx/pear-svn/packages/XML_Parser/trunk/tests/AllTests.php Expected result: ---------------- Tests pass Actual result: -------------- /home/clockwerx/pear-svn/packages/XML_Parser/trunk/tests/AllTests.php PHPUnit 3.3.17 by Sebastian Bergmann. ....F. Time: 1 second There was 1 failure: 1) /home/clockwerx/pear-svn/packages/XML_Parser/trunk/tests/005.phpt --- Expected +++ Actual @@ -1,6 +1,6 @@ Testing UTF-8 -> ISO-8859-1: string(13) "<A>abcæøå</A>" Testing UTF-8 -> US-ASCII: string(13) "<A>abc???</A>" -Testing ISO-8859-1 -> UTF-8: string(16) "<A>abcæøå</A>" -Testing ISO-8859-1 -> US-ASCII: string(13) "<A>abc???</A>" +Testing ISO-8859-1 -> UTF-8: OOPS: XML_Parser: Invalid character at XML input line 1:10 +Testing ISO-8859-1 -> US-ASCII: OOPS: XML_Parser: Invalid character at XML input line 1:10 Testing US-ASCII -> UTF-8: string(13) "<A>abcaoa</A>" Testing US-ASCII -> ISO-8859-1: string(13) "<A>abcaoa</A>" \ No newline at end of file /home/clockwerx/pear-svn/packages/XML_Parser/trunk/tests/AllTests.php:91 /home/clockwerx/pear-svn/packages/XML_Parser/trunk/tests/AllTests.php:128

Comments

 [2009-08-06 21:42 UTC] ashnazg (Chuck Burgess)
-Status: Open +Status: Verified
 [2009-09-02 19:22 UTC] ashnazg (Chuck Burgess)
-Status: Verified +Status: Closed -Assigned To: +Assigned To: ashnazg
Looks like I forgot to close this one after I worked on the test suite overall back around 8/12.