Blame view

test/FitNesseRoot/FitNesse/SuiteAcceptanceTests/SuiteSymbolicLinkTests/TestCreatingAbsoluteSymbolicLink/content.txt 730 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
25
!include CreateAbsoluteSymbolicLink

Creating a symlink will redirect back to the properties page.
!|Response Examiner.|
|type    |pattern  |matches? |contents?|
|contents|Location: LinkingPage.LinkingChild\?properties|true||

Let's have a look at the properties view.
!|Response Requester.|
|uri   |status?|
|LinkingPage.LinkingChild?properties|200|

!********************> RESPONSE DATA
!|Response Examiner.  |
|type    |wrappedHtml?|
|contents|            |

****!

The newly created symbolic link will be listed along with a link to the linked page.
!|Response Examiner.|
|type  |pattern|matches?|
|contents|SymLink|true|
|contents|<a href=".LinkedPage.LinkedChild">.LinkedPage.LinkedChild</a>|true|