--- a/windowing/windowserver/test/TAutoServer/TAutoServer.cpp Tue Jun 22 15:21:29 2010 +0300
+++ b/windowing/windowserver/test/TAutoServer/TAutoServer.cpp Fri Jul 16 11:45:55 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();