Project:SimpleTest
Component:Code
Category:task
Priority:normal
Assigned:boombatower
Status:closed (fixed)

Issue Summary

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]
AttachmentSizeStatusTest resultOperations
simpletest_review_blogapi.patch3.95 KBIgnored: Check issue status.NoneNone
simpletest_review_blogapi_xmlrpc.patch1.29 KBIgnored: Check issue status.NoneNone

Comments

#1

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

AttachmentSizeStatusTest resultOperations
simpletest_review_blogapi.patch7.75 KBIgnored: Check issue status.NoneNone

#2

Status:needs review» fixed

Committed.

#3

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

<?php
$result
= xmlrpc($local, 'metaWeblog.newMediaObject', $blog_id, $web_user->name, $web_user->pass_raw, $file);
?>

#4

Status:fixed» closed (fixed)

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

nobody click here