Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CloCkWeRX committed Nov 6, 2011
1 parent 1012524 commit 5400b5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/testBug_4950.phpt
Expand Up @@ -15,7 +15,7 @@ echo $util->createTag("test", array(), "Content ]]></test> here!",

?>
--EXPECT--
=====XML_Util tests for Bug #4950 "Incorrect CDATA serializing"=====
=====XML_Util2 tests for Bug #4950 "Incorrect CDATA serializing"=====

TEST: test case provided in bug report
<test><![CDATA[Content ]]]]><![CDATA[></test> here!]]></test>
Expand Down
2 changes: 1 addition & 1 deletion tests/testBug_5392.phpt
Expand Up @@ -21,7 +21,7 @@ echo $reversed . PHP_EOL;

?>
--EXPECT--
=====XML_Util tests for Bug #5392 "encoding of ISO-8859-1 is the only supported encoding"=====
=====XML_Util2 tests for Bug #5392 "encoding of ISO-8859-1 is the only supported encoding"=====

TEST: test case provided in bug report
This data contains special chars like &lt;, &gt;, &amp; and &quot; as well as &auml;, &ouml;, &szlig;, &agrave; and &ecirc;
Expand Down

0 comments on commit 5400b5d

Please sign in to comment.