Levente Uzonyi uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-ul.101.mcz==================== Summary ====================
Name: Tests-ul.101
Author: ul
Time: 22 November 2010, 1:59:08.159 pm
UUID: 0359a01b-1b0d-9546-80e1-e336ecd896c2
Ancestors: Tests-ul.100
- updated the tests to reflect the font changes
=============== Diff against Tests-ul.100 ===============
Item was changed:
----- Method: StandardSystemFontsTest>>testRestoreDefaultFonts (in category 'testing') -----
testRestoreDefaultFonts
Preferences restoreFontsAfter: [
Preferences restoreDefaultFonts.
self assert: #standardDefaultTextFont familyName: 'Bitmap DejaVu Sans' pointSize: 9.
self assert: #standardListFont familyName: 'Bitmap DejaVu Sans' pointSize: 9.
self assert: #standardFlapFont familyName: 'Accushi' pointSize: 12.
self assert: #standardEToysFont familyName: 'BitstreamVeraSans' pointSize: 9.
self assert: #standardMenuFont familyName: 'Bitmap DejaVu Sans' pointSize: 9.
self assert: #windowTitleFont familyName: 'Bitmap DejaVu Sans' pointSize: 9.
self assert: #standardBalloonHelpFont familyName: 'Accujen' pointSize: 9.
self assert: #standardCodeFont familyName: 'Bitmap DejaVu Sans' pointSize: 9.
+ self assert: #standardButtonFont familyName: 'Bitmap DejaVu Sans' pointSize: 7]!
- self assert: #standardButtonFont familyName: 'BitstreamVeraSansMono' pointSize: 9]!