-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add GemServer>>waitForStartGems: calls to tests
- Loading branch information
1 parent
bbfa7c9
commit cf04667
Showing
6 changed files
with
18 additions
and
9 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
4 changes: 1 addition & 3 deletions
4
...sitory/GsApplicationTools-Test.package/GemServerRemoteVMTests.class/instance/stopGems..st
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,6 +1,4 @@ | ||
private | ||
stopGems: gemServer | ||
self staticRemoteServer | ||
ifFalse: [ | ||
gemServer stopGems. | ||
(Delay forSeconds: 3) wait ] | ||
ifFalse: [ gemServer stopGems ] |
8 changes: 8 additions & 0 deletions
8
...sApplicationTools-Test.package/GemServerRemoteVMTests.class/instance/waitForStartGems..st
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
private | ||
waitForStartGems: message | ||
(self gemServer waitForStartGems: 20) | ||
ifFalse: [ | ||
Transcript | ||
cr; | ||
show: message. | ||
self assert: false ] |
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
2 changes: 1 addition & 1 deletion
2
repository/GsApplicationTools-Test.package/MockGemServer.class/instance/useEventLog..st
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,4 +1,4 @@ | ||
accessing | ||
useEventLog: anObject | ||
|
||
useEventLog := anObject | ||
useEventLog := anObject |
2 changes: 1 addition & 1 deletion
2
repository/GsApplicationTools-Test.package/monticello.meta/version
Large diffs are not rendered by default.
Oops, something went wrong.