diff -r 8f8df8006c40 -r 3406c99bc375 stif/TestCombiner/src/TestCase.cpp --- a/stif/TestCombiner/src/TestCase.cpp Mon Jun 21 17:25:56 2010 +0300 +++ b/stif/TestCombiner/src/TestCase.cpp Thu Jul 15 20:25:38 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