diff -r bbf46f59e123 -r 25ffed67c7ef graphicstest/uibench/src/te_graphicsperformanceSuiteDefs.h --- a/graphicstest/uibench/src/te_graphicsperformanceSuiteDefs.h Tue Aug 31 16:31:06 2010 +0300 +++ b/graphicstest/uibench/src/te_graphicsperformanceSuiteDefs.h Wed Sep 01 12:39:21 2010 +0100 @@ -54,17 +54,6 @@ testBooleanTrueWithErrorCodeL((c), (b), (TText8*)__FILE__, __LINE__);\ } -// Redefine TEST/TESTE as TEST1/TESTE1 so that all errors are logged, not -// just the first error. -#ifdef TEST -#undef TEST -#define TEST(a) TEST1(a, ETrue) -#endif // TEST - -#ifdef TESTE -#undef TESTE -#define TESTE(a, b) TESTE1(a, b, ETrue) -#endif // TESTE #ifdef _USE_PROFILER #define __PROFILERMEMBERS RProcess iProcess; TInt iPErr; RFs iFSession; TBuf<256> iProfLog; TBuf<256> iProfLoE; CFileMan* iFileMan;