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