diff -r 3553901f7fa8 -r 1f776524b15c telephonyserverplugins/ctsydispatchlayer/test/dispatchertests/dispatchinc/cctsyphonebookonfunegative.h --- a/telephonyserverplugins/ctsydispatchlayer/test/dispatchertests/dispatchinc/cctsyphonebookonfunegative.h Tue Feb 02 01:41:59 2010 +0200 +++ b/telephonyserverplugins/ctsydispatchlayer/test/dispatchertests/dispatchinc/cctsyphonebookonfunegative.h Fri Mar 19 09:55:57 2010 +0200 @@ -22,9 +22,9 @@ #ifndef CTSYPHONEBOOKONFUNEGATIVE_H_ #define CTSYPHONEBOOKONFUNEGATIVE_H_ -#include "cctsycomponenttestbase.h" +#include "cctsyphonebookfu.h" -class CCTsyPhonebookOnFUNegative : public CCtsyComponentTestBase +class CCTsyPhonebookOnFUNegative : public CCTsyPhonebookFU { public: // Create a suite of all the tests @@ -40,9 +40,13 @@ void TestReadEntryIpcL(); void TestReadSizeIpcL(); void TestWriteSizeIpcL(); + virtual void DoCleanup(); private: void OpenAndPushEtelAndPhoneONStoreL(RMobileONStore& aONStore); + +private: + RMobilePhoneBookStore iAdnPhoneBookStore; }; // class CCTsyPhonebookOnFUNegative