Skip to content

Commit

Permalink
Item10451: Func tests also use the renamed target
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x01@10980 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Mar 8, 2011
1 parent 464e01b commit 2591892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitTestContrib/test/unit/FuncTests.pm
Expand Up @@ -1730,7 +1730,7 @@ sub test_getExternalResource {

# need a known, simple, robust URL to get
my $response = Foswiki::Func::getExternalResource(
'http://foswiki.org/System/WhatIsWikiWiki');
'http://foswiki.org/System/FAQWhatIsWikiWiki');
$this->assert_equals( 200, $response->code() );
$this->assert_matches(
qr/A set of pages of information that are open and free for anyone to edit as they wish. They are stored in a server and managed using some software. The system creates cross-reference hyperlinks between pages automatically./s,
Expand Down

0 comments on commit 2591892

Please sign in to comment.