summaryrefslogtreecommitdiff
path: root/modules/search
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-09-11 15:39:48 +0000
committerDries Buytaert <dries@buytaert.net>2009-09-11 15:39:48 +0000
commit6764b73ffd00db0cbba3f45d8b374bcd6a18d9d4 (patch)
tree5caf27348c90b261d52f23919a6a44175855799f /modules/search
parent5e590b9e4e9878a9c4e5c5d14011e3e160697949 (diff)
downloadbrdo-6764b73ffd00db0cbba3f45d8b374bcd6a18d9d4.tar.gz
brdo-6764b73ffd00db0cbba3f45d8b374bcd6a18d9d4.tar.bz2
- Patch #570930 by sun: allow to retrieve all filters (including disabled) in a text format.
Diffstat (limited to 'modules/search')
-rw-r--r--modules/search/search.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search/search.test b/modules/search/search.test
index f16517e3b..e0fae433d 100644
--- a/modules/search/search.test
+++ b/modules/search/search.test
@@ -471,7 +471,7 @@ class SearchCommentTestCase extends DrupalWebTestCase {
variable_set('comment_preview_article', COMMENT_PREVIEW_OPTIONAL);
// Enable check_plain() for 'Filtered HTML' text format.
$edit = array(
- 'filters[filter_html_escape]' => 1,
+ 'filters[filter_html_escape][status]' => 1,
);
$this->drupalPost('admin/config/content/formats/1', $edit, t('Save configuration'));
// Allow anonymous users to search content.