Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
search.module
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
18 Sep 2009 at 18:54 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dries commentedI committed this to CVS HEAD. Thanks Doug.
However, it illustrated that we don't have good enough test coverage yet for search module. So I'm marking this 'code needs works', and I've added a tag.
Comment #2
douggreen commentedHere's a simple first cut at a test. This test would of caught this problem, ... but not too much more. It makes sure that the config settings for renders, and that the re-index button works.
Comment #3
douggreen commentedNeeds additional work to test for #569084: Search reset module_invoke_all() issue... I'm working on it.
Comment #4
douggreen commentedNote, that this also tests for #569536: Search links cause many nodes to be indexed twice and #569084: Search reset module_invoke_all(). Since the first patch isn't committed yet, I've included it here, otherwise, the automated testing system would reject this patch.
Comment #6
sun.core commentedWhat's left here?
Comment #7
berdirI've incorporated the tests into #569536: Search links cause many nodes to be indexed twice so I think this can be set to fixed.