Skip to content

Commit

Permalink
fix syndicated content test with a new RSS url
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Bell committed Aug 11, 2010
1 parent 6b1e02f commit 1f99da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/Asset/Wobject/SyndicatedContent.t
Expand Up @@ -52,7 +52,7 @@ isa_ok($syndicated_content, 'WebGUI::Asset::Wobject::SyndicatedContent');
my $newSyndicatedContentSettings = {
cacheTimeout => 124,
templateId => "PBtmpl0000000000000065",
rssUrl => 'http://svn.webgui.org/svnweb/plainblack/rss/WebGUI/',
rssUrl => 'http://github.com/plainblack/webgui/commits/master.atom',
};

# update the new values for this instance
Expand Down

0 comments on commit 1f99da3

Please sign in to comment.