SUnit Woes: Object>>testing

Steve Gilbert steven.l.gilbert at lmco.com
Wed May 1 15:29:28 UTC 2002


Is Object>>testing a necessary method for some reason that I don't
understand?

It is an empty method and further it creates errors when running the
unit tests for SUnit itself.  

Specifically, AllTestSelectorsFixTest>>testAllTestSelectors

which is looking for 2 test selectors and because of the existence of
Object>>testing it finds three.

I'd take this method out, but it seems to have 20 senders so the sends
would have to go also.

I'm confused as to how this is supposed to work.  Anybody figured this
out yet?

Steve Gilbert



More information about the Squeak-dev mailing list