Skip to content

Commit

Permalink
Remove the test session from the session manager.
Browse files Browse the repository at this point in the history
  • Loading branch information
chisandrei committed Mar 31, 2017
1 parent 2eca8f5 commit 19de615
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ tearDown
ifNotNil: [ | cl |
cl := client.
client := nil.
cl logout ]
cl logoutAndRemove ]
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"gemstoneDebuggerSession" : "AndreiChis 11/18/2016 19:13",
"sessionDescription" : "AndreiChis 11/18/2016 19:00",
"setUp" : "AndreiChis 11/18/2016 19:56",
"tearDown" : "AndreiChis 11/18/2016 19:00",
"tearDown" : "AndreiChis 3/31/2017 17:58",
"testRemoteSessionInitialization" : "AndreiChis 12/24/2016 12:58:37",
"testStackFramesInitialization" : "AndreiChis 11/18/2016 21:36",
"testStackInitialization" : "AndreiChis 11/18/2016 21:35" } }
4 changes: 2 additions & 2 deletions src/GtGs-Debugger-Pharo-Tests.package/monticello.meta/version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(name 'GtGs-Debugger-Pharo-Tests-AndreiChis.11' message 'Renamed #performStringRemotely: to #evaluateStringRemotely:' id '2a29218a-a601-4bd2-9a26-25c500b62924' date '27 March 2017' time '4:28:26.747404 pm' author 'AndreiChis' ancestors ((name 'GtGs-Debugger-Pharo-Tests-AndreiChis.10' message 'do not test for UI process in testRemoteSessionInitialization
' id '83ee9d98-5e9c-503a-abfa-d52e4d2f9204' date '24 December 2016' time '12:58:37 pm' author 'AndreiChis' ancestors () stepChildren ())) stepChildren ())
(name 'GtGs-Debugger-Pharo-Tests-AndreiChis.12' message 'Remove the test session from the session manager.' id '2860602d-089d-4c86-8b7d-a10f51fff576' date '31 March 2017' time '8:13:10.523221 pm' author 'AndreiChis' ancestors ((name 'GtGs-Debugger-Pharo-Tests-AndreiChis.11' message 'Renamed #performStringRemotely: to #evaluateStringRemotely:
' id '9a16b27f-4f6c-5a7e-add1-72fba8eb92a8' date '27 March 2017' time '4:28:30 pm' author 'AndreiChis' ancestors () stepChildren ())) stepChildren ())

0 comments on commit 19de615

Please sign in to comment.