Posted by boombatower on April 12, 2008 at 10:36pm
| 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]| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| simpletest_review_blogapi.patch | 3.95 KB | Ignored: Check issue status. | None | None |
| simpletest_review_blogapi_xmlrpc.patch | 1.29 KB | Ignored: Check issue status. | None | None |
Comments
#1
Fixed a few t()s that were missing and made a small cleanup change.
#2
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
Automatically closed -- issue fixed for two weeks with no activity.