X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2F1ParsingBugsTest.php;h=6a6a3f99a492c33407d215c74c69e4b0fc052023;hb=4bc0f6904a12381079bec46ad648f6170f07d449;hp=28bb9d55627055b0a2f98dc11a0e65a31d929c3f;hpb=9337670bd021202018213a156c0083dd72902571;p=plcapi.git diff --git a/tests/1ParsingBugsTest.php b/tests/1ParsingBugsTest.php index 28bb9d55..6a6a3f99 100644 --- a/tests/1ParsingBugsTest.php +++ b/tests/1ParsingBugsTest.php @@ -451,7 +451,7 @@ and there they were.postid7414222assertEquals($string, $v); - $f = 'userid311127 + $f = 'userid311127 dateCreated20011126T09:17:52content' . utf8_encode($string) . 'postid7414222 '; $r = $s->parseResponse($f, false, 'phpvals'); @@ -478,7 +478,7 @@ and there they were.postid7414222assertEquals($string, $v); - $f = 'userid311127 + $f = 'userid311127 dateCreated20011126T09:17:52content' . $string . 'postid7414222 '; $r = $s->parseResponse($f, false, 'phpvals');