Skip to content

Commit

Permalink
Item10671: Add a few more anchor link tests
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x01@11797 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed May 29, 2011
1 parent 139cf28 commit 3b815b2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions UnitTestContrib/test/unit/RenameTests.pm
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ rename [[$this->{test_web}.OldTopic]]
31 [[OldTopic#anchor]]
32 http://site/$this->{test_web}/OldTopic#anchor
33 https://site/$this->{test_web}/OldTopic#anchor
34 OldTopic#OldTopic
35 [[OldTopic#OldTopic]]
THIS

# Strategically-selected set of identical topics in the test web
Expand Down Expand Up @@ -877,6 +879,8 @@ rename [[$this->{test_web}.NewTopic]]
31 [[NewTopic#anchor]]
32 http://site/$this->{test_web}/NewTopic#anchor
33 https://site/$this->{test_web}/NewTopic#anchor
34 NewTopic#OldTopic
35 [[NewTopic#OldTopic]]
THIS

#
Expand Down Expand Up @@ -930,6 +934,8 @@ rename [[$this->{test_web}.NewTopic]]
31 [[NewTopic#anchor]]
32 http://site/$this->{test_web}/NewTopic#anchor
33 https://site/$this->{test_web}/NewTopic#anchor
34 NewTopic#OldTopic
35 [[NewTopic#OldTopic]]
THIS

#
Expand Down Expand Up @@ -983,6 +989,8 @@ rename [[$this->{test_web}.NewTopic]]
31 [[$this->{test_web}.NewTopic#anchor]]
32 http://site/$this->{test_web}/NewTopic#anchor
33 https://site/$this->{test_web}/NewTopic#anchor
34 $this->{test_web}.NewTopic#OldTopic
35 [[$this->{test_web}.NewTopic#OldTopic]]
THIS
}

Expand Down

0 comments on commit 3b815b2

Please sign in to comment.