[squeak-dev] The Trunk: Tests-laza.139.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Dec 19 07:47:15 UTC 2011


Alexander Lazarević uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-laza.139.mcz

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

Name: Tests-laza.139
Author: laza
Time: 19 December 2011, 8:47:00.214 am
UUID: 9ae29efb-f3be-4451-a321-fb2646a9735b
Ancestors: Tests-ul.138

Cover changes in Files-eem.115 with some simple test

=============== Diff against Tests-ul.138 ===============

Item was added:
+ ----- Method: FileDirectoryTest>>testDirectoryNicknames (in category 'existence tests') -----
+ testDirectoryNicknames
+ 	| defaultDirectory |
+ 	defaultDirectory := FileDirectory default.
+ 	#('/.' '/../../.' '/././.') do: [:each |
+ 		self assert: (defaultDirectory directoryExists: defaultDirectory fullName, each).
+ 	].
+ !




More information about the Squeak-dev mailing list