Blame view

test/FitNesseRoot/FitNesse/SuiteAcceptanceTests/SuiteSymbolicLinkTests/TestSymbolicLinkBehavior/content.txt 709 Bytes
fbe3c2bb   Benjamin Renard   First commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
After a Symbolic Link is created, it is possible to view it as a normal page as well as it's children.

!include CreateRelativeSymbolicLink

Now add a child on the linked page.
!|Page creator.|
|Page name.|valid?|
|LinkedPage.ChildPage|true|

Let's load and view the symbolic link page.
!|Response Requester.|
|uri   |status?|
|LinkingPage.SymLink|200|
!|Response Examiner.|
|type  |pattern|matches?|
|contents|<title>LinkingPage.SymLink</title>|true|

Now let's load and view the child page beneath the symbolic link page.
!|Response Requester.|
|uri   |status?|
|LinkingPage.SymLink.ChildPage|200|
!|Response Examiner.|
|type  |pattern|matches?|
|contents|<title>LinkingPage.SymLink.ChildPage</title>|true|