diff -r 0d72cc2a29a3 -r 7259cf1302ad stif/TestCombiner/src/TestCase.cpp --- a/stif/TestCombiner/src/TestCase.cpp Wed Jun 23 19:59:05 2010 +0300 +++ b/stif/TestCombiner/src/TestCase.cpp Tue Jul 06 16:05:13 2010 +0300 @@ -336,7 +336,6 @@ CTCTestCase::CTCTestCase( CTestCombiner* testCombiner, TInt aExpectedResult, TFullTestResult::TCaseExecutionResult aCategory, - const TDesC& aTestCaseArguments, CTCTestModule* aModule ): //--PYTHON CTestCase( testCombiner, aExpectedResult, aCategory, ECaseLocal, aModule ), //--PYTHON iResultPckg( iResult ) @@ -406,7 +405,6 @@ CTCTestCase* self = new (ELeave) CTCTestCase( testCombiner, aExpectedResult, aCategory, - aTestCaseArguments, aModule ); //--PYTHON CleanupStack::PushL( self ); @@ -1206,4 +1204,4 @@ } -// End of File +// End of File