[squeak-dev] The Trunk: Tests-ul.102.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Nov 25 22:46:37 UTC 2010


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

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

Name: Tests-ul.102
Author: ul
Time: 25 November 2010, 11:46:29.74 pm
UUID: cd002ac8-6e30-164b-9c69-d6273eda9e9a
Ancestors: Tests-ul.101

- updated the tests to reflect the font changes (again)

=============== Diff against Tests-ul.101 ===============

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: 'Bitmap DejaVu Sans' pointSize: 7.
- 		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]!




More information about the Squeak-dev mailing list