[squeak-dev] The Trunk: SqueakSSL-Tests-eem.23.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Jan 5 01:39:29 UTC 2019


Eliot Miranda uploaded a new version of SqueakSSL-Tests to project The Trunk:
http://source.squeak.org/trunk/SqueakSSL-Tests-eem.23.mcz

==================== Summary ====================

Name: SqueakSSL-Tests-eem.23
Author: eem
Time: 4 January 2019, 5:39:27.93479 pm
UUID: b36e12d5-b639-499d-8719-cb55f619e780
Ancestors: SqueakSSL-Tests-pre.22

Fix a slip in tearDown

=============== Diff against SqueakSSL-Tests-pre.22 ===============

Item was changed:
  ----- Method: SqueakSSLTest>>tearDown (in category 'setup') -----
  tearDown
  	"Shut down everything"
  
  	clientProcess ifNotNil:[clientProcess terminate].
+ 	serverProcess ifNotNil:[serverProcess terminate].
- 	serverProcess ifNotNil:[serverProcess].
  	sslClient ifNotNil:[sslClient destroy].
  	sslServer ifNotNil:[sslServer destroy].
  !



More information about the Squeak-dev mailing list