
Resources.FitNesseRoot.FitNesse.SuiteAcceptanceTests.SuiteResponderTests.SuiteRenameResponder.TestRenameDoesNotMove.content.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fitnesse Show documentation
Show all versions of fitnesse Show documentation
The fully integrated standalone wiki, and acceptance testing framework.
!3 A page may ''not'' be renamed to a name with dots in it.
!3 Another way of saying this is that renaming a page does not change it's position.
First build the page to rename, and another page to try to move it beneath.
|Page creator.|
|Page name.|Page contents.|valid?|
|!-MyPage-!|X|true|
|!-TargetPage-!|X|true|
Then rename that page.
|Response Requester.|
|uri |status?|
|!-MyPage?responder=renamePage&newName=TargetPage.SomePage-!|400|
Make sure that we got an error message.
|Response Examiner.|
|type |pattern|matches?|wrapped html?|
|contents|Cannot rename|true||
The renamed page should not exist.
!|Response Requester.|
|uri|valid?|
|TargetPage.SomePage?getPage&dontCreatePage|false|
The old page should still exist.
|Response Requester.|
|uri|valid?|contents?|
|!-MyPage-!|true||
© 2015 - 2025 Weber Informatics LLC | Privacy Policy