The test didn't pass due to database prefixing issues and privilege changes. The combination of the two proved hard to debug and required a change to xmlrpc.inc which is included in a separate patch.

The test now passes with one exception.

Unexpected PHP error [Undefined property: stdClass::$is_date] severity [E_NOTICE] in [~/includes/xmlrpc.inc line 70]
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

boombatower’s picture

Fixed a few t()s that were missing and made a small cleanup change.

boombatower’s picture

Status: Needs review » Fixed

Committed.

boombatower’s picture

As a note the exception is thrown when the following line (currently 81) is executed.

$result = xmlrpc($local, 'metaWeblog.newMediaObject', $blog_id, $web_user->name, $web_user->pass_raw, $file);
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.