diff -r 4fde310f06fe -r 86a2e675b80a stif/TestCombiner/src/TestCase.cpp --- a/stif/TestCombiner/src/TestCase.cpp Mon Jun 14 11:37:33 2010 +0300 +++ b/stif/TestCombiner/src/TestCase.cpp Mon Jun 28 15:36:07 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