Re: [Pyobjc-dev] Testsuite adventures
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-05-18 09:11:41
|
On Friday, May 16, 2003, at 12:40 Europe/Amsterdam, Dinu Gherman wrote: > >> Some of the tests use the AppKit frameworks, while some others >> will fail if you have loaded the AppKit framework. > > Why's that? I'm pretty sure we have a test that loads AppKit during the test to check if the AppKit categories on NSAttributedString appear when you do so. If we do not have such a test it should be added. However, this could and should probably done using one or two C extensions (e.g. define our own category on NSObject, check that those methods are not available, load the extension module and check that the methods are now available). Ronald |