telephonyserverplugins/ctsydispatchlayer/test/dispatchertests/dispatchinc/cctsyphonebookonfu.h
changeset 19 1f776524b15c
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
equal deleted inserted replaced
0:3553901f7fa8 19:1f776524b15c
    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