Blame view

test/FitNesseRoot/FitNesse/SuiteAcceptanceTests/SuiteResponderTests/TestShutdown/content.txt 387 Bytes
fbe3c2bb   Benjamin Renard   First commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
!-FitNesse-! is started in the set up fixture so it's running,
!|FitNesse Status|
|isRunning?|
|true|

A Graceful shutdown is initiated by making an HTTP request with the responder=shutdown
!|Response Requester.|
|uri|valid?|
|!-?responder=shutdown-!|true|

Wait a bit for things to settle down
|Sleep|100|

Now !-FitNesse-! is no longer running.
!|FitNesse Status|
|isRunning?|
|false|