The Trunk: Tests-ul.65.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Tests-ul.65.mcz

commits-2
Levente Uzonyi uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-ul.65.mcz

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

Name: Tests-ul.65
Author: ul
Time: 29 March 2010, 4:45:31.294 am
UUID: cbeb4146-2fac-7b49-93e3-120cb1cf46c5
Ancestors: Tests-ul.64

- fix StandardSystemFontsTest >> #testRestoreDefaultFonts

=============== Diff against Tests-ul.64 ===============

Item was changed:
  ----- Method: StandardSystemFontsTest>>testRestoreDefaultFonts (in category 'testing') -----
  testRestoreDefaultFonts
  self saveStandardSystemFontsDuring: [
  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: #windowTitleFont familyName: 'Bitmap DejaVu Sans' pointSize: 12.
  self assert: #standardBalloonHelpFont familyName: 'Accujen' pointSize: 9.
  self assert: #standardCodeFont familyName: 'Bitmap DejaVu Sans' pointSize: 9.
  self assert: #standardButtonFont familyName: 'BitstreamVeraSansMono' pointSize: 9]!