Posted by Garrett Albright on January 2, 2010 at 2:54am
3 followers
Jump to:
| Project: | Drupal core |
| Version: | 7.x-dev |
| Component: | search.module |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (works as designed) |
Issue Summary
Looks like there were some leftover tests that weren't using the new translatable fields structure. Some grammatical fixes as well.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| search-tests-fix-d7.patch | 1.54 KB | Idle | FAILED: [[SimpleTest]]: [MySQL] Unable to apply patch search-tests-fix-d7.patch. | View details | Re-test |
Comments
#1
search-tests-fix-d7.patch queued for re-testing.
#2
The last submitted patch, search-tests-fix-d7.patch, failed testing.
#3
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?
#4
Titles are not fields now. This is not a change we want to make or that would work.