From 783d5411797cbbbb67060f3bf6484860fae71782 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 28 Jun 2009 03:08:38 +0000 Subject: #493296 by jrchamp: Fix label on test assertion. --- modules/simpletest/tests/xmlrpc.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/simpletest/tests') diff --git a/modules/simpletest/tests/xmlrpc.test b/modules/simpletest/tests/xmlrpc.test index 8fa656be4..213b54b54 100644 --- a/modules/simpletest/tests/xmlrpc.test +++ b/modules/simpletest/tests/xmlrpc.test @@ -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(); -- cgit v1.2.3