Looks like there were some leftover tests that weren't using the new translatable fields structure. Some grammatical fixes as well.
| Comment | File | Size | Author |
|---|---|---|---|
| search-tests-fix-d7.patch | 1.54 KB | Garrett Albright |
Looks like there were some leftover tests that weren't using the new translatable fields structure. Some grammatical fixes as well.
| Comment | File | Size | Author |
|---|---|---|---|
| search-tests-fix-d7.patch | 1.54 KB | Garrett Albright |
Comments
Comment #1
jhodgdonsearch-tests-fix-d7.patch queued for re-testing.
Comment #3
jhodgdonSo... 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?
Comment #4
jhodgdonTitles are not fields now. This is not a change we want to make or that would work.