-
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.
- Loading branch information
1 parent
e1d59c2
commit a7940ff
Showing
5 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
3 changes: 1 addition & 2 deletions
3
...icationTools-ExampleV31.package/GemServerRemoteServerExampleTests.class/instance/setUp.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,7 +1,6 @@ | ||
running | ||
setUp | ||
super setUp. | ||
(self gemServerClass register: self gemServerName) stopGems. | ||
(ObjectLogEntry trace: 'setup: stopGems') addToLog. | ||
self gemServerClass register: self gemServerName. | ||
GemServerRemoteTaskExample reset. | ||
System commitTransaction |
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
...icationTools-ExampleV31.package/GemServerSeasideStyleExampleTests.class/instance/setUp.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,5 +1,5 @@ | ||
running | ||
setUp | ||
super setUp. | ||
(GemServerSeasideStyleExample register: self gemServerName) stopGems. | ||
GemServerSeasideStyleExample register: self gemServerName. | ||
System commitTransaction |
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
Oops, something went wrong.