X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2F3LocalhostTest.php;h=220878ea986012efd063d37fbe390714f739e40c;hb=19b99735570521d8172f73124ade5997b9dca75d;hp=a1f7dbf5a6d7589ca63dacdad364fecadda2e1c6;hpb=393f882cb3a8a040bd7a0eb8da3c05cfacb8af99;p=plcapi.git diff --git a/tests/3LocalhostTest.php b/tests/3LocalhostTest.php index a1f7dbf..220878e 100644 --- a/tests/3LocalhostTest.php +++ b/tests/3LocalhostTest.php @@ -852,6 +852,15 @@ And turned it into nylon'; } } + public function testServerComments() + { + $f = new xmlrpcmsg('tests.xmlrpcServerMethodsContainer.debugMessageGenerator', array( + new xmlrpcval('hello world', 'string'), + )); + $r = $this->send($f, 0, true); + $this->assertContains('hello world', $r->raw_data); + } + public function testSendTwiceSameMsg() { $f = new xmlrpcmsg('examples.stringecho', array(