diff -r 3256212fc81f -r 826b40dcb0a8 persistentstorage/sqlite3api/TEST/sqliteTestUtl.h --- a/persistentstorage/sqlite3api/TEST/sqliteTestUtl.h Wed Aug 18 11:30:17 2010 +0300 +++ b/persistentstorage/sqlite3api/TEST/sqliteTestUtl.h Thu Sep 02 22:18:45 2010 +0300 @@ -24,12 +24,16 @@ extern "C" { #endif +void TestOpen(const char* title); void TestTitle(void); void TestStart(const char* title); void TestNext(const char* title); void TestClose(void); void TestEnd(void); void TestAbort(TInt aLine); +void TestTestLine(int aResult, int aLine); +void TestTest(int aResult); +void TestPrintf(const char* title); void TestHeapMark(void); void TestHeapMarkEnd(void);