Looks like there were some leftover tests that weren't using the new translatable fields structure. Some grammatical fixes as well.

CommentFileSizeAuthor
search-tests-fix-d7.patch1.54 KBGarrett Albright

Comments

jhodgdon’s picture

search-tests-fix-d7.patch queued for re-testing.

Status: Needs review » Needs work

The last submitted patch, search-tests-fix-d7.patch, failed testing.

jhodgdon’s picture

So... I took a closer look at this patch. I'm not seeing any other tests in core using the pattern of
$this->node->title[LANGUAGE_NONE][0]['value']

I know that the body field needs to be done like that, but I don't think the title does. ???

Any clarification?

jhodgdon’s picture

Status: Needs work » Closed (works as designed)

Titles are not fields now. This is not a change we want to make or that would work.