]> git.wincent.com - WOTest.git/commit
Fix test-time crashes caused by 10.5 runtime changes
authorWincent Colaiuta <win@wincent.com>
Tue, 27 Nov 2007 22:27:33 +0000 (23:27 +0100)
committerWincent Colaiuta <win@wincent.com>
Tue, 27 Nov 2007 22:27:33 +0000 (23:27 +0100)
commit8e83a6574de75b3fffcec6e9c567797800c576ac
tree861614f4df054d97a1c9d21e45b271632d09cc5b
parent8ad52f7fadccdabd5bcf28adba5622502d6253d2
Fix test-time crashes caused by 10.5 runtime changes

The Objective-C 2.0 runtime in Leopard expects more methods to be
implemented in root classes than was the case under Tiger.

This commit adds two such methods to the WOLightweightRoot implementation,
doesNotRecognizeSelector: and methodSignatureForSelector:, thus eliminating
a crash that would derail the test run.

Signed-off-by: Wincent Colaiuta <win@wincent.com>
WOLightweightRoot.m