telephonyserverplugins/ctsydispatchlayer/test/dispatchertests/dispatchinc/cctsyphonebookonfu.h
branchRCL_3
changeset 5 7ef16719d8cb
parent 0 3553901f7fa8
equal deleted inserted replaced
3:962e6306d9d2 5:7ef16719d8cb
    29 #define CCTSYPHONEBOOKONFU_H
    29 #define CCTSYPHONEBOOKONFU_H
    30 
    30 
    31 #include <test/tefunit.h>
    31 #include <test/tefunit.h>
    32 #include <etelmm.h>
    32 #include <etelmm.h>
    33 #include <etelmmcs.h>
    33 #include <etelmmcs.h>
    34 #include "cctsycomponenttestbase.h"
    34 #include "cctsyphonebookfu.h"
    35 
    35 
    36 _LIT(KText, "Number%d");											
    36 _LIT(KText, "Number%d");											
    37 _LIT(KNumber, "0000000%d");
    37 _LIT(KNumber, "0000000%d");
    38 _LIT(KText1, "Number1");											
    38 _LIT(KText1, "Number1");											
    39 _LIT(KNumber1, "11111111");
    39 _LIT(KNumber1, "11111111");
    40 
    40 
    41 class CCTsyPhonebookOnFU : public CCtsyComponentTestBase
    41 class CCTsyPhonebookOnFU : public CCTsyPhonebookFU
    42 	{
    42 	{
    43 public:
    43 public:
    44 	// Create a suite of all the tests
    44 	// Create a suite of all the tests
    45 	static CTestSuite* CreateSuiteL(const TDesC& aName);
    45 	static CTestSuite* CreateSuiteL(const TDesC& aName);
    46 
    46