graphicstest/graphicstestharness/inc/TGraphicsHarness.h
branchRCL_3
changeset 164 25ffed67c7ef
parent 163 bbf46f59e123
--- a/graphicstest/graphicstestharness/inc/TGraphicsHarness.h	Tue Aug 31 16:31:06 2010 +0300
+++ b/graphicstest/graphicstestharness/inc/TGraphicsHarness.h	Wed Sep 01 12:39:21 2010 +0100
@@ -122,17 +122,7 @@
 CTGraphicsBase* CT##a##Step::CreateTestL() \
 	{ \
 	return new (ELeave) CT##a (this); \
-	}
-
-// Macros to automatically test error condition and report when test fails.
-// Essentially same as TESTE(a,b) MACRO that CTestStep uses, except error to
-// check is also error that is reported.
-#define TESTNOERROR(a) \
-	{\
-	TInt b = a;\
-	TBool c = (b == KErrNone);\
-	testBooleanTrueWithErrorCode((c), (b), (TText8*)__FILE__, __LINE__);\
-	}
+	} 
 	
 inline void CTGraphicsBase::testBooleanTrue(TBool aCondition, const TText8* aFile, TInt aLine) 
 	{