diff -r 9f66f99ee56f -r 1b081cb0800b windowing/windowserver/test/TAutoServer/TAutoServer.cpp --- a/windowing/windowserver/test/TAutoServer/TAutoServer.cpp Fri Sep 24 16:14:28 2010 +0300 +++ b/windowing/windowserver/test/TAutoServer/TAutoServer.cpp Fri Sep 24 16:44:34 2010 +0300 @@ -72,6 +72,7 @@ #include "TMULSCREENS.h" #include "TBUFFERSECURITY.H" #include "TFLICKERFREE.H" +#include "tdevicerotation.h" #ifdef TEST_GRAPHICS_WSERV_TAUTOSERVER_NONNGA #include "TFADINGBITMAP.H" #endif @@ -86,6 +87,7 @@ #include "tdrawresource.h" #include "twindowsizecache.h" + /* Path to the script z:\GraphicsTest\gditest.script */ @@ -309,6 +311,8 @@ testStep = new CTBufferSecurityStep(); else if(aStepName == KTFlickerFreeStep) testStep = new CTFlickerFreeStep(); + else if(aStepName == KTDeviceRotationStep) + testStep = new CTDeviceRotationStep(); #ifdef TEST_GRAPHICS_WSERV_TAUTOSERVER_NONNGA else if(aStepName == KTFadingBitmapStep) testStep = new CTFadingBitmapStep();