35 passes, 10 fails and 5 exceptions.
Failures:
Request for user's blogs returned correctly. at [/Applications/MAMP/htdocs/head/modules/blogapi/blogapi.test line 44] [Other] Fail
Post created. at [/Applications/MAMP/htdocs/head/modules/blogapi/blogapi.test line 55] [Other] Fail
Recent post list retreived. at [/Applications/MAMP/htdocs/head/modules/blogapi/blogapi.test line 61] [Other] Fail
Post found. at [/Applications/MAMP/htdocs/head/modules/blogapi/blogapi.test line 67] [Other] Fail
Post successfully modified. at [/Applications/MAMP/htdocs/head/modules/blogapi/blogapi.test line 72] [Other] Fail
File successfully uploaded. at [/Applications/MAMP/htdocs/head/modules/blogapi/blogapi.test line 82] [Other] Fail
Uploaded contents verified. at [/Applications/MAMP/htdocs/head/modules/blogapi/blogapi.test line 88] [Other] Fail
Post categories set. at [/Applications/MAMP/htdocs/head/modules/blogapi/blogapi.test line 93] [Other] Fail
Category list successfully retreived. at [/Applications/MAMP/htdocs/head/modules/blogapi/blogapi.test line 97] [Other] Fail
Post successfully deleted. at [/Applications/MAMP/htdocs/head/modules/blogapi/blogapi.test line 105] [Other] Fail
Exceptions:
Unexpected PHP error [Undefined variable: blog_id] severity [E_NOTICE] in [/Applications/MAMP/htdocs/head/modules/blogapi/blogapi.test line 54] [PHP] Exception
Unexpected PHP error [Undefined variable: blog_id] severity [E_NOTICE] in [/Applications/MAMP/htdocs/head/modules/blogapi/blogapi.test line 60] [PHP] Exception
Unexpected PHP error [Undefined variable: blog_id] severity [E_NOTICE] in [/Applications/MAMP/htdocs/head/modules/blogapi/blogapi.test line 81] [PHP] Exception
Unexpected PHP error [Undefined property: stdClass::$is_date] severity [E_NOTICE] in [/Applications/MAMP/htdocs/head/includes/xmlrpc.inc line 70] [PHP] Exception
Unexpected PHP error [array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object] severity [E_WARNING] in [/Applications/MAMP/htdocs/head/modules/blogapi/blogapi.test line 84] [PHP] Exception
Comments
Comment #1
boombatower commentedThis was one of the several issues that I brought up at the sprint that was ignored during and after.
http://drupal.org/node/245955
Which is part of a list of other issues that were never dealt with.
http://groups.drupal.org/node/10099
The patch
simpletest_review_blogapi_xmlrpc.patchcould be applied, but to fix all possible cases I thinkdrupal_http_requestshould be modified in a similar fashion.Comment #2
boombatower commentedPatch for this issue here: http://drupal.org/node/260778.
Comment #3
boombatower commentedShould be re-evaluated after patch is committed.
Comment #4
boombatower commented#260778: Add SimpleTest user agent information to drupal_http_request fixed this.
Comment #5
webchickNot quite..
# Blog API functionality: 47 passes, 0 fails, 1 exception
caused by:
Comment #6
boombatower commentedThere is already an issue for it since not related to test. #245961: XMLRPC value_calculate_type throws exception been there for some time.
Comment #7
webchickOK, let's set to postponed then, so this comes up in searches.
Comment #8
boombatower commentedPatch for issue, waiting for review.
This test passes with NO EXCEPTIONS with the patch!
Comment #9
boombatower commentedPatch went in!
Now passes with no exceptions.
Comment #10
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.