diff -r bbf46f59e123 -r 25ffed67c7ef windowing/windowserver/test/TAutoServer/TAutoServer.cpp --- a/windowing/windowserver/test/TAutoServer/TAutoServer.cpp Tue Aug 31 16:31:06 2010 +0300 +++ b/windowing/windowserver/test/TAutoServer/TAutoServer.cpp Wed Sep 01 12:39:21 2010 +0100 @@ -1,4 +1,4 @@ -// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -72,7 +72,6 @@ #include "TMULSCREENS.h" #include "TBUFFERSECURITY.H" #include "TFLICKERFREE.H" -#include "tdevicerotation.h" #ifdef TEST_GRAPHICS_WSERV_TAUTOSERVER_NONNGA #include "TFADINGBITMAP.H" #endif @@ -86,7 +85,7 @@ #include "tmultiptrevent.h" #include "tdrawresource.h" #include "twindowsizecache.h" - +#include "tptroffset.h" /* Path to the script z:\GraphicsTest\gditest.script @@ -311,8 +310,6 @@ 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(); @@ -340,6 +337,8 @@ testStep = new CTDrawResourceStep(); else if(aStepName == KTWindowSizeCacheTestStep) testStep = new CTWindowSizeCacheTestStep(); + else if(aStepName == KTPointerOffsetTestStep) + testStep = new CTPointerOffsetTestStep(); #endif return testStep; }