mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
try an additional CI gtest filter...
This commit is contained in:
parent
52093cbde5
commit
dc1c1b6c0d
|
|
@ -31,6 +31,8 @@ TEST(WinMgr, BasicAPI)
|
|||
|
||||
// Check out the primary desktop area...
|
||||
RectI primary = pwm->getPrimaryDesktopArea();
|
||||
EXPECT_TRUE(pwm)
|
||||
<< "no monitor to test against!";
|
||||
|
||||
EXPECT_TRUE(primary.isValidRect())
|
||||
<< "Got some sort of invalid rect from the window manager!";
|
||||
|
|
@ -55,4 +57,4 @@ TEST(WinMgr, BasicAPI)
|
|||
// No way to destroy the window manager.
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue