disabled all COSXKeyStateTests for osx10.6
This commit is contained in:
parent
2c2b136a36
commit
ad35ccb2dc
|
@ -59,8 +59,6 @@ TEST_F(COSXKeyStateTests, fakeAndPoll_shift)
|
|||
EXPECT_TRUE(!isKeyPressed(keyState, SHIFT_BUTTON));
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
TEST_F(COSXKeyStateTests, fakeAndPoll_charKey)
|
||||
{
|
||||
CKeyMap keyMap;
|
||||
|
@ -118,3 +116,5 @@ COSXKeyStateTests::isKeyPressed(const COSXKeyState& keyState, KeyButton button)
|
|||
return false;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue