From 5454fd187570b25923282747e736e11b10bfcf90 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Tue, 15 Jun 2010 07:25:16 -0500 Subject: [PATCH] fix search indexer test --- 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 8373bada8..e3eb65aa8 100644 --- a/t/Search/Index.t +++ b/t/Search/Index.t @@ -56,7 +56,7 @@ cmp_deeply ( { assetId => $article->getId, title => $article->get('title'), - synopsis => $row->{keywords}, # synopsis defaults to value for keywords + synopsis => '' . $article->get('synopsis'), url => $article->get('url'), revisionDate => $article->get('revisionDate'), creationDate => $article->get('creationDate'),