[Catalyst-commits] r11096 - Catalyst-Model-XML-Feed/trunk/t

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Mon Aug 10 07:00:49 GMT 2009


Author: rafl
Date: 2009-08-10 07:00:36 +0000 (Mon, 10 Aug 2009)
New Revision: 11096

Modified:
   Catalyst-Model-XML-Feed/trunk/t/01-add-feeds.t
   Catalyst-Model-XML-Feed/trunk/t/02-preregister.t
Log:
Update test feed urls.

Modified: Catalyst-Model-XML-Feed/trunk/t/01-add-feeds.t
===================================================================
--- Catalyst-Model-XML-Feed/trunk/t/01-add-feeds.t	2009-08-10 07:00:26 UTC (rev 11095)
+++ Catalyst-Model-XML-Feed/trunk/t/01-add-feeds.t	2009-08-10 07:00:36 UTC (rev 11096)
@@ -11,7 +11,7 @@
 ok($model, 'created model');
 
 eval {
-    $model->register('delicious', 'http://del.icio.us/rss/');
+    $model->register('delicious', 'http://feeds.delicious.com/v2/rss/');
 };
 ok(!$@, 'no error registering delicious feed');
 is(scalar $model->get_all_feeds, 1, 'one feed added');

Modified: Catalyst-Model-XML-Feed/trunk/t/02-preregister.t
===================================================================
--- Catalyst-Model-XML-Feed/trunk/t/02-preregister.t	2009-08-10 07:00:26 UTC (rev 11095)
+++ Catalyst-Model-XML-Feed/trunk/t/02-preregister.t	2009-08-10 07:00:36 UTC (rev 11096)
@@ -10,7 +10,7 @@
 my $model = Catalyst::Model::XML::Feed->
   new(undef, 
       {feeds => [
-		 {title => 'delicious', uri => 'http://del.icio.us/rss/'},
+		 {title => 'delicious', uri => 'http://feeds.delicious.com/v2/rss/'},
 		 {location => 'http://blog.jrock.us/'},
 		]
       },




More information about the Catalyst-commits mailing list