[squeak-dev] The Trunk: Tests-ct.473.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Jan 10 21:26:02 UTC 2022


Christoph Thiede uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-ct.473.mcz

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

Name: Tests-ct.473
Author: ct
Time: 10 January 2022, 10:26:00.222477 pm
UUID: 4b70032e-1a94-aa46-9a1c-93d8e29f255a
Ancestors: Tests-ct.472

Complements System-ct.1278 (#allRegisteredClasses).

=============== Diff against Tests-ct.472 ===============

Item was changed:
  ----- Method: AppRegistryTest>>test01AppsAreBehaviors (in category 'tests') -----
  test01AppsAreBehaviors
  	"This test ensures the integrity of the given image state with respect to AppRegistry. After the ReleaseBuilder scripts ran, this test must pass."
  	
  	AppRegistry withAllSubclasses do: [:app |
+ 		self assert: (app allRegisteredClasses reject: [:ea | ea isBehavior]) isEmpty].!
- 		self assert: (app registeredClasses reject: [:ea | ea isBehavior]) isEmpty].!



More information about the Squeak-dev mailing list