Download & Extend

Let's fix some search module tests!

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.

AttachmentSizeStatusTest resultOperations
search-tests-fix-d7.patch1.54 KBIdleFAILED: [[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

Status:needs review» needs work

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

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.

nobody click here