From 1883e93f149c5da0cafaaad80079eefa47d024cb Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 4 May 2009 10:38:47 +0000 Subject: - Patch #352872 by Damien Tournoud: clean-up xmlrpc() wrapper. --- modules/blogapi/blogapi.test | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/blogapi') diff --git a/modules/blogapi/blogapi.test b/modules/blogapi/blogapi.test index 525e5365e..57404d283 100644 --- a/modules/blogapi/blogapi.test +++ b/modules/blogapi/blogapi.test @@ -12,6 +12,9 @@ class BlogAPITestCase extends DrupalWebTestCase { function setUp() { parent::setUp('blog', 'blogapi', 'taxonomy'); + + // Force loading the xmlrpc.inc to have the xmlrpc() function. + drupal_function_exists('xmlrpc'); } /** -- cgit v1.2.3