Minor fix in one charset-related test
[plcapi.git] / tests / 3LocalhostTest.php
index 99bb490..a0e9b2a 100644 (file)
@@ -152,7 +152,7 @@ class LocalhostTest extends PHPUnit_Framework_TestCase
     public function testLatin1String()
     {
         $sendstring =
-            "last but not least weird names: G" . chr(252) . "nter, El" . chr(232) . "ne, and an xml comment closing tag: -->";
+            "last but not least weird names: G" . chr(252) . "nter, El" . chr(232) . "ne";
         $f = '<?xml version="1.0" encoding="iso-8859-1"?><methodCall><methodName>examples.stringecho</methodName><params><param><value>'.
             $sendstring.
             '</value></param></params></methodCall>';