Merge commit 'f2e0fb509a' into WebGUI8. Some tests still failing.

This commit is contained in:
Colin Kuskie 2010-06-27 22:32:31 -07:00
commit 385931aaab
92 changed files with 1966 additions and 650 deletions

View file

@ -56,7 +56,7 @@ cmp_deeply (
{
assetId => $article->getId,
title => $article->get('title'),
synopsis => '' . $article->get('synopsis'),
synopsis => $article->get('synopsis') || '',
url => $article->get('url'),
revisionDate => $article->get('revisionDate'),
creationDate => $article->get('creationDate'),