[Pkg] The Trunk: Tests-fbs.182.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jan 3 14:16:57 UTC 2013


Frank Shearar uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-fbs.182.mcz

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

Name: Tests-fbs.182
Author: fbs
Time: 3 January 2013, 2:15:31.913 pm
UUID: 6ebbc110-e6b0-4d77-9625-0f0148bf75b9
Ancestors: Tests-fbs.181

Environment >> #at:ifPresent:ifAbsent:.

=============== Diff against Tests-fbs.181 ===============

Item was added:
+ ----- Method: EnvironmentTest>>testAtIfPresentIfAbsent (in category 'compatibility tests') -----
+ testAtIfPresentIfAbsent
+ 	self assert: #absent equals: (env at: #Griffle ifPresent: [:c | c] ifAbsent: [#absent]).
+ 	env at: #Griffle put: value.
+ 	self assert: value equals: (env at: #Griffle ifPresent: [:c | c] ifAbsent: [#absent]).!



More information about the Packages mailing list