summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-06-28 03:08:38 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-06-28 03:08:38 +0000
commit783d5411797cbbbb67060f3bf6484860fae71782 (patch)
treedf5160e104cb861c69524568380102ec27eaff05
parent6c9436abbf5df740539215354b2eaa1b6893d2cf (diff)
downloadbrdo-783d5411797cbbbb67060f3bf6484860fae71782.tar.gz
brdo-783d5411797cbbbb67060f3bf6484860fae71782.tar.bz2
#493296 by jrchamp: Fix label on test assertion.
-rw-r--r--modules/simpletest/tests/xmlrpc.test2
1 files changed, 1 insertions, 1 deletions
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();