windowing/windowserver/test/TAutoServer/TAutoServer.cpp
branchRCL_3
changeset 17 e375a7921169
parent 0 5d03bc08d59c
child 19 bbf46f59e123
equal deleted inserted replaced
15:7f6e7753e018 17:e375a7921169
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    83 #include "tw32cmdbuf.h"
    83 #include "tw32cmdbuf.h"
    84 #include "tadvancedpointerevent.h"
    84 #include "tadvancedpointerevent.h"
    85 #include "tmultiptrevent.h"
    85 #include "tmultiptrevent.h"
    86 #include "tdrawresource.h"
    86 #include "tdrawresource.h"
    87 #include "twindowsizecache.h"
    87 #include "twindowsizecache.h"
       
    88 #include "tptroffset.h"
    88 
    89 
    89 /* Path to the script
    90 /* Path to the script
    90 z:\GraphicsTest\gditest.script
    91 z:\GraphicsTest\gditest.script
    91 */
    92 */
    92 
    93 
   334  	 	testStep = new CTMultiPtrEventTestStep();
   335  	 	testStep = new CTMultiPtrEventTestStep();
   335 	else if(aStepName == KTDrawResourceStep)
   336 	else if(aStepName == KTDrawResourceStep)
   336 		testStep = new CTDrawResourceStep();
   337 		testStep = new CTDrawResourceStep();
   337     else if(aStepName == KTWindowSizeCacheTestStep)
   338     else if(aStepName == KTWindowSizeCacheTestStep)
   338         testStep = new CTWindowSizeCacheTestStep();
   339         testStep = new CTWindowSizeCacheTestStep();
       
   340     else if(aStepName == KTPointerOffsetTestStep)
       
   341         testStep = new CTPointerOffsetTestStep();
   339 #endif
   342 #endif
   340 	return testStep;
   343 	return testStep;
   341 	}
   344 	}