Closed (fixed)
Project:
SimpleTest
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
12 Apr 2008 at 22:36 UTC
Updated:
26 Apr 2008 at 22:42 UTC
Jump to comment: Most recent file
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]
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | simpletest_review_blogapi.patch | 7.75 KB | boombatower |
| simpletest_review_blogapi_xmlrpc.patch | 1.29 KB | boombatower | |
| simpletest_review_blogapi.patch | 3.95 KB | boombatower |
Comments
Comment #1
boombatower commentedFixed a few t()s that were missing and made a small cleanup change.
Comment #2
boombatower commentedCommitted.
Comment #3
boombatower commentedAs a note the exception is thrown when the following line (currently 81) is executed.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.