cryptomgmtlibs/securitytestfw/test/testhandler2/tScriptSetup.h
changeset 15 da2ae96f639b
parent 8 35751d3474b7
equal deleted inserted replaced
10:afc583cfa176 15:da2ae96f639b
    17 
    17 
    18 
    18 
    19 #ifndef __T_SCRIPTSETUP_H__
    19 #ifndef __T_SCRIPTSETUP_H__
    20 #define __T_SCRIPTSETUP_H__
    20 #define __T_SCRIPTSETUP_H__
    21 
    21 
    22 #include <testhandler2/t_testsetup.h>
    22 #include "t_testsetup.h"
    23 #include <testhandler2/tscripttests.h>
    23 #include "tscripttests.h"
    24 
    24 
    25 //test setup base classes
    25 //test setup base classes
    26 _LIT8(KActionStart, "<action>");
    26 _LIT8(KActionStart, "<action>");
    27 _LIT8(KActionEnd, "</action>");
    27 _LIT8(KActionEnd, "</action>");
    28 _LIT8(KActionNameStart, "<actionname>");
    28 _LIT8(KActionNameStart, "<actionname>");