mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
helps if we test the right order azy...
This commit is contained in:
parent
dc1c1b6c0d
commit
1ddef642c1
|
|
@ -29,11 +29,12 @@ TEST(WinMgr, BasicAPI)
|
|||
{
|
||||
PlatformWindowManager *pwm = CreatePlatformWindowManager();
|
||||
|
||||
// Check out the primary desktop area...
|
||||
RectI primary = pwm->getPrimaryDesktopArea();
|
||||
EXPECT_TRUE(pwm)
|
||||
<< "no monitor to test against!";
|
||||
|
||||
// Check out the primary desktop area...
|
||||
RectI primary = pwm->getPrimaryDesktopArea();
|
||||
|
||||
EXPECT_TRUE(primary.isValidRect())
|
||||
<< "Got some sort of invalid rect from the window manager!";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue