equal
deleted
inserted
replaced
21 #include <e32std.h> |
21 #include <e32std.h> |
22 #include "tscriptsetup.h" |
22 #include "tscriptsetup.h" |
23 #include "ValidateTest.h" |
23 #include "ValidateTest.h" |
24 #include "SyntaxTest.h" |
24 #include "SyntaxTest.h" |
25 #include "CorruptionTest.h" |
25 #include "CorruptionTest.h" |
26 #include <ecom.h> |
26 #include <ecom/ecom.h> |
27 |
27 |
28 LOCAL_C void callSetupAndRunL() // initialize and call example code under cleanup stack |
28 LOCAL_C void callSetupAndRunL() // initialize and call example code under cleanup stack |
29 { |
29 { |
30 START_SCRIPT_LIST |
30 START_SCRIPT_LIST |
31 SCRIPT_ITEM(CSyntaxTest, _L8("Syntax")), |
31 SCRIPT_ITEM(CSyntaxTest, _L8("Syntax")), |