Minor fix in one charset-related test
authorgggeek <giunta.gaetano@gmail.com>
Sun, 12 Apr 2015 12:05:28 +0000 (13:05 +0100)
committergggeek <giunta.gaetano@gmail.com>
Sun, 12 Apr 2015 12:05:28 +0000 (13:05 +0100)
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>';