mmlibs/mmfw/tsrc/mmfintegrationtest/ACLNT/TestConverter.cpp
changeset 31 ae0addfe117e
parent 29 eb1e5d7cc688
child 32 ae690a8c4a18
equal deleted inserted replaced
30:9707f1c07383 31:ae0addfe117e
   175 	aConverter->ConvertL();
   175 	aConverter->ConvertL();
   176 
   176 
   177 	INFO_PRINTF1( _L("Convert CMdaAudioConvertUtility"));
   177 	INFO_PRINTF1( _L("Convert CMdaAudioConvertUtility"));
   178 	CActiveScheduler::Start();
   178 	CActiveScheduler::Start();
   179 
   179 
   180 	// TODO Improve test. e.g. check that a valid AU file is written
   180 	// XXX Improve test. e.g. check that a valid AU file is written
   181 	if(iError == KErrNone)
   181 	if(iError == KErrNone)
   182 		{
   182 		{
   183 		ret = EPass;
   183 		ret = EPass;
   184 		}
   184 		}
   185 	else
   185 	else
   190 
   190 
   191 	if (ret == EPass)
   191 	if (ret == EPass)
   192 		{
   192 		{
   193 		CActiveScheduler::Start();
   193 		CActiveScheduler::Start();
   194 
   194 
   195 		// TODO Improve test. e.g. check that a valid AU file is written
   195 		// XXX Improve test. e.g. check that a valid AU file is written
   196 		if(iError == KErrNone)
   196 		if(iError == KErrNone)
   197 			{
   197 			{
   198 			ret = EPass;
   198 			ret = EPass;
   199 			}
   199 			}
   200 		else
   200 		else