Fix test-time crashes caused by 10.5 runtime changes (WOTest, 8e83a65)

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: Greg Hurrell <greg@hurrell.net>

← Fix last of test-time crashes under 10.5 (WOTest, c6cb292)
Ignore Xcode index directory (Wincent Icon Utility, 6f55440) →

All snippets