-
Notifications
You must be signed in to change notification settings - Fork 715
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Fried Hoeben <[email protected]>
- Loading branch information
Showing
5 changed files
with
35 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 0 additions & 16 deletions
16
...SuiteAcceptanceTests/SuiteSlimTests/TestSystemSlimSuite/SlimConnectionTimeout/content.txt
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...teAcceptanceTests/SuiteSlimTests/TestSystemSlimSuite/SlimConnectionTimeout/properties.xml
This file was deleted.
Oops, something went wrong.
20 changes: 11 additions & 9 deletions
20
...iteAcceptanceTests/SuiteSlimTests/TestSystemSlimSuite/TimeoutInSlimTestSystem/content.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
For this test to perform we reduce the timeout to 2 seconds. If the server is not responding in time, we should raise an error. | ||
For this test to perform we reduce the timeout to 1 seconds. If the server is not responding in time, we should raise an error. | ||
|
||
#!define slim.flags {-s 12} | ||
#|fitnesse.fixtures.Sleep|20000| | ||
|
||
!| script | | ||
!|script | | ||
|given page|TestPage|with content|${SUT_PATH} !- | ||
!define TEST_SYSTEM {slim} | ||
!define slim.flags {-s 2} | ||
|fitnesse.fixtures.Sleep|20000| | ||
-! | | ||
|test results for page|TestPage|should contain|The instruction timed out after 2 seconds| | ||
|test results for page in debug mode|TestPage|should contain|The instruction timed out after 2 seconds| | ||
!define slim.flags {-s 1} | ||
#Will pass | ||
|fitnesse.fixtures.Sleep|20| | ||
|
||
#Will fail | ||
|fitnesse.fixtures.Sleep|90000| | ||
-!| | ||
|test results for page in debug mode|TestPage|should contain|The instruction timed out after 1 seconds | | ||
|test results for page in debug mode|TestPage|should contain|!-span class="pass">fitnesse.fixtures.Sleep</span-!| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters