fix search indexer test

This commit is contained in:
Graham Knop 2010-06-15 07:25:16 -05:00
parent a3d1bb22e6
commit 5454fd1875

View file

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