smalltalk
/
osmo-st-all
Archived
1
0
Fork 0
This commit is contained in:
Nicolas Petton 2009-08-18 00:14:26 +00:00
parent fcefa3887c
commit ee74486da8
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ TestCase subclass: SessionManagerTest [
manager addSession: session2.
self assert: (manager hasSession: session2).
manager removeSession: session1.
self deny: (manager hasSsession: session1).
self deny: (manager hasSession: session1).
manager removeSession: session2.
self deny: (manager hasSession: session2).
session1 := session2 := nil