diff -r 7f6e7753e018 -r e375a7921169 windowing/windowserver/test/TAutoServer/TAutoServer.cpp --- a/windowing/windowserver/test/TAutoServer/TAutoServer.cpp Mon Jun 21 17:08:43 2010 +0300 +++ b/windowing/windowserver/test/TAutoServer/TAutoServer.cpp Thu Jul 15 20:08:02 2010 +0300 @@ -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" @@ -85,6 +85,7 @@ #include "tmultiptrevent.h" #include "tdrawresource.h" #include "twindowsizecache.h" +#include "tptroffset.h" /* Path to the script z:\GraphicsTest\gditest.script @@ -336,6 +337,8 @@ testStep = new CTDrawResourceStep(); else if(aStepName == KTWindowSizeCacheTestStep) testStep = new CTWindowSizeCacheTestStep(); + else if(aStepName == KTPointerOffsetTestStep) + testStep = new CTPointerOffsetTestStep(); #endif return testStep; }