Project:Drupal core
Version:7.x-dev
Component:tests
Category:bug report
Priority:critical
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

Found the requested form at node/add/page [Other] Fail
Failed to set field language to en [Other] Fail
Page created. at [/Applications/MAMP/htdocs/head/modules/translation/translation.test line 119] [Other] Fail
Node found in database. at [/Applications/MAMP/htdocs/head/modules/translation/translation.test line 123] [Other] Fail
Found the requested form at node//edit [Other] Fail
Found the Save button [Other] Fail
Failed to set field body to Node body. Additional Text. [Other] Fail
Failed to set field translation[retranslate] to 1 [Other] Fail
Original node updated. at [/Applications/MAMP/htdocs/head/modules/translation/translation.test line 60] [Other] Fail
Translation marked as outdated. at [/Applications/MAMP/htdocs/head/modules/translation/translation.test line 64] [Other] Fail
Found the requested form at node/1/edit [Other] Fail
Failed to set field translation[status] to [Other] Fail
Translated node updated. at [/Applications/MAMP/htdocs/head/modules/translation/translation.test line 71] [Other] Fail
Unexpected PHP error [Trying to get property of non-object] severity [E_NOTICE] in [/Applications/MAMP/htdocs/head/modules/translation/translation.test line 53] [PHP] Exception
Unexpected PHP error [Trying to get property of non-object] severity [E_NOTICE] in [/Applications/MAMP/htdocs/head/modules/translation/translation.test line 59] [PHP] Exception
Unexpected PHP error [Trying to get property of non-object] severity [E_NOTICE] in [/Applications/MAMP/htdocs/head/modules/translation/translation.test line 63] [PHP] Exception

Comments

#1

This was caused by http://drupal.org/node/240387#comment-838687.

So probably what happened is the paths were changed and the tests were not updated. This might explain why other tests broke, too.

#2

Status:active» reviewed & tested by the community

Uploading the patch here and setting the other one back to closed

AttachmentSizeStatusTest resultOperations
build.patch1.05 KBIgnored: Check issue status.NoneNone
build.patch1.05 KBIgnored: Check issue status.NoneNone

#3

Patch applied and translation test passed now; testing is cool :-)

#4

Status:reviewed & tested by the community» fixed

Committed to CVS HEAD. Thanks!

#5

Status:fixed» closed (fixed)

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