Missing TestCase class definition [was: KernelImage]

Pavel Krivanek squeak1 at continentalbrno.cz
Mon Jul 30 16:37:04 UTC 2007


Hi Klaus,

the better solution is to load SUnit package from the KernelImage
SqueakSource repository firstly.

Cheers,
-- Pavel

On 7/30/07, Klaus D. Witzel <klaus.witzel at cobss.com> wrote:
> Hi Pavel,
>
> mind to add the class definition
>
> (Object subclass: #TestCase
>         instanceVariableNames: 'testSelector'
>         classVariableNames: ''
>         poolDictionaries: ''
>         category: 'SUnit-Kernel')
>
> to your shrunken images so that packages which have not separated their
> test cases can be loaded.
>
> Thank you.
>
> /Klaus
>
> On Sun, 29 Jul 2007 21:46:30 +0200, Pavel Krivanek wrote:
>
> > Hi all,
> >
> > here: http://comtalk.net/public/pub/KernelImage/KernelImage20070729.zip
> > you can download latest KernelImage materials. It shows how to load
> > MinimalMoprhic system simply using one file into a small kernel image
> > (about 3000 methods). The package then includes scripts that tries to
> > change license of non-free code in this small image. If the changes
> > will be confirmed by you, we will have got the free kernel that can
> > load the rest of current Squeak code. See readme.txt for more details.
> >
> > Cheers,
> > -- Pavel
> >
> >
>
>
>
>



More information about the Squeak-dev mailing list