Aug. 13, 2009
8:26 p.m.
update #10414 ----------------- 310+311: Reorganize unit tests in a more modular way such that they can be unloaded Now all unit tests are in the packages "Tests", "CollectionsTests", "KernelTests", "MorphicTests", etc. The key point of this reorganization is to make these packages really modular, i.e., they can be unloaded without leaving obsolete classes behind. I also made sure that SUnit with its GUI is unloadable. If you execute in a Pharo-core image: ScriptLoader new cleanUpForProduction; cleanUpForRelease you get an image without tests and SUnit that is 8.0 MB on disk. Adrian ___________________ http://www.adrian-lienhard.ch/