fixes for weaken and iterator

This commit is contained in:
Doug Bell 2010-06-01 19:37:53 -05:00
parent 60cefb3102
commit 247c607393
22 changed files with 83 additions and 47 deletions

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