Add Enclosure support from branch
[catagits/XML-Feed.git] / t / 06-atom10.t
index a509c57..5503ba7 100644 (file)
@@ -10,8 +10,8 @@ is $feed->link, 'http://blog.jrock.us/', "link without rel";
 
 my $e = ($feed->entries)[0];
 ok $e->link, 'entry link without rel';
-is $e->category, "Catalyst", "atom:category support";
-is $e->modified, "2006-08-09T19:07:58", "atom:updated";
+is "".$e->category, "Catalyst", "atom:category support";
+is "".$e->modified, "2006-08-09T19:07:58", "atom:updated";
 is $e->content->type, 'text/html';
 like $e->content->body, qr/^<div class="pod">/;