Skip to content

Commit

Permalink
Item11902: Don't fail due to url prefix
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@14915 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed May 27, 2012
1 parent 65b6307 commit 8895fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitTestContrib/test/unit/SaveScriptTests.pm
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ HERE
<a target="_blank" href="blah.com">no target</a>
<a href='bloo.com' target="_blank">self undelim</a>
<a href='blerg.com' target="_blank" asdf="what">self SQ</a>
<a target="_blank" href="/$this->{test_web}/$this->{test_topic}">$this->{test_web}.$this->{test_topic}</a>
<a target="_blank" href="$Foswiki::cfg{ScriptUrlPaths}{view}/$this->{test_web}/$this->{test_topic}">$this->{test_web}.$this->{test_topic}</a>
<a href='blerg.com' target="_blank" asdf="what">messed up</a>
HERE
$this->assert( !$stdout );
Expand Down

0 comments on commit 8895fd3

Please sign in to comment.