[Pkg] The Trunk: Tests-bf.63.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Mar 27 11:38:08 UTC 2010


Bert Freudenberg uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-bf.63.mcz

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

Name: Tests-bf.63
Author: bf
Time: 27 March 2010, 12:37:52.231 pm
UUID: ad2ff9a5-933c-404e-9b56-38b53e8170b4
Ancestors: Tests-nice.62

- remove useless test that could accidentally wipe out your image directory, as reported on Pharo list by Laurent Laffont

=============== Diff against Tests-nice.62 ===============

Item was removed:
- ----- Method: LocaleTest>>testFontFullName (in category 'testing') -----
- testFontFullName
- 	"self debug: #testFontFullName"
- 	| env dir |
- 	env := (Locale isoLanguage: 'ja') languageEnvironment.
- 	dir := FileDirectory on: SecurityManager default untrustedUserDirectory.
- 	[dir recursiveDelete]
- 		on: Error
- 		do: [:e | e].
- 	env fontFullName.
- 	self assert: dir exists!



More information about the Packages mailing list