Skip to content
Snippets Groups Projects
Commit 783d5411 authored by Angie Byron's avatar Angie Byron
Browse files

#493296 by jrchamp: Fix label on test assertion.

parent 6c9436ab
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ class XMLRPCValidator1IncTestCase extends DrupalWebTestCase {
$int_8 = mt_rand(-100, 100);
$l_res_8 = xmlrpc_test_simpleStructReturnTest($int_8);
$r_res_8 = xmlrpc($xml_url, 'validator1.simpleStructReturnTest', $int_8);
$this->assertIdentical($l_res_8, $r_res_8, 'nested struct test: %s');
$this->assertIdentical($l_res_8, $r_res_8, 'simple struct test: %s');
/* Now test multicall */
$x = array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment