Update test to follow new style of adding words to search index.

This commit is contained in:
Colin Kuskie 2009-08-21 04:13:15 +00:00
parent 929e99c8c1
commit 4e3fd9ed40

View file

@ -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"),