diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-24 00:02:05 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-24 00:02:05 +0000 |
commit | 4ae238ea577ed0140df6fd034b06bfd7b0f0cdb4 (patch) | |
tree | 91a4f64953675ba9204158ebca02276aec7555ba /modules/simpletest/tests/xmlrpc.test | |
parent | c98fd96c62e6a60f5e5e2476ebc38766e438c535 (diff) | |
download | drupal-4ae238ea577ed0140df6fd034b06bfd7b0f0cdb4.tar.gz drupal-4ae238ea577ed0140df6fd034b06bfd7b0f0cdb4.zip |
*** empty log message ***
Diffstat (limited to 'modules/simpletest/tests/xmlrpc.test')
-rw-r--r-- | modules/simpletest/tests/xmlrpc.test | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/simpletest/tests/xmlrpc.test b/modules/simpletest/tests/xmlrpc.test index 8cdaec1d5db..232665a9503 100644 --- a/modules/simpletest/tests/xmlrpc.test +++ b/modules/simpletest/tests/xmlrpc.test @@ -12,9 +12,6 @@ class XMLRPCValidator1IncTestCase extends DrupalWebTestCase { function setUp() { parent::setUp('xmlrpc_test'); - - // Force loading the xmlrpc.inc to have the xmlrpc() function. - drupal_function_exists('xmlrpc'); } /** @@ -135,9 +132,6 @@ class XMLRPCMessagesTestCase extends DrupalWebTestCase { function setUp() { parent::setUp('xmlrpc_test'); - - // Force loading the xmlrpc.inc to have the xmlrpc() function. - drupal_function_exists('xmlrpc'); } /** |