]> git.wincent.com - WOTest.git/commit
Fix last of test-time crashes under 10.5
authorWincent Colaiuta <win@wincent.com>
Tue, 27 Nov 2007 22:32:57 +0000 (23:32 +0100)
committerWincent Colaiuta <win@wincent.com>
Tue, 27 Nov 2007 22:32:57 +0000 (23:32 +0100)
commitc6cb292dfdfc9e383d3f8f96ea2dfde1a2b90fe9
treeda3d23b2e3dec2c8db02c62dd7e96efcc0a1ed55
parent8e83a6574de75b3fffcec6e9c567797800c576ac
Fix last of test-time crashes under 10.5

Fix another test-time crash that's new under 10.5, this one stemming from
the use of the Object root class. It appears that this class is not
compatible with the new runtime when GC is set to "required", as these
same tests didn't used to crash prior to turning that setting on.

So for now we just skip those tests.

Signed-off-by: Wincent Colaiuta <win@wincent.com>
Tests/WOTestSelfTests.m