[Pkg] The Trunk: NetworkTests-mt.43.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Aug 16 08:46:23 UTC 2016


Marcel Taeumel uploaded a new version of NetworkTests to project The Trunk:
http://source.squeak.org/trunk/NetworkTests-mt.43.mcz

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

Name: NetworkTests-mt.43
Author: mt
Time: 16 August 2016, 10:46:19.215039 am
UUID: 85f13fee-ed28-034f-9c65-8feb1c098d69
Ancestors: NetworkTests-bp.42

Socket reuse is not possible on Windows platform. Make it an expected failure there.

=============== Diff against NetworkTests-bp.42 ===============

Item was added:
+ ----- Method: SocketTest>>expectedFailures (in category 'setup') -----
+ expectedFailures
+ 
+ 	^ Smalltalk platformName = 'Win32'
+ 		ifTrue: [#(testSocketReuse)]
+ 		ifFalse: [#()]!



More information about the Packages mailing list