From 4e3fd9ed409c2a63d6ca139b2f23a396d8c7aa35 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 21 Aug 2009 04:13:15 +0000 Subject: [PATCH] Update test to follow new style of adding words to search index. --- t/Search/Index.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Search/Index.t b/t/Search/Index.t index 261c4b294..d45eafcb4 100644 --- a/t/Search/Index.t +++ b/t/Search/Index.t @@ -141,7 +141,7 @@ cmp_deeply ( className => ref($article), isPublic => 1, # default keywords => all( # keywords contains synopsis, title, menuTitle, every part of the URL and every keyword - re("This''is''a''synopsis"), + re("This is a synopsis"), re($article->get('title')), re($article->get('menuTitle')), re("root"), re("import"),