From 6764b73ffd00db0cbba3f45d8b374bcd6a18d9d4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 11 Sep 2009 15:39:48 +0000 Subject: - Patch #570930 by sun: allow to retrieve all filters (including disabled) in a text format. --- modules/search/search.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/search') 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. -- cgit v1.2.3