devsound/a3fcharacterisationtest/scripts/mm_a3f_devsound_play_tone.script
changeset 2 5c1df44f2eed
parent 0 b8ed18f6c07b
equal deleted inserted replaced
1:fcaf4606ba4e 2:5c1df44f2eed
  1138 //!@SYMTestExpectedResults: 
  1138 //!@SYMTestExpectedResults: 
  1139 //Tone play is paused at current playing tone position. DevSound goes to “Pause Playing Tone” state.
  1139 //Tone play is paused at current playing tone position. DevSound goes to “Pause Playing Tone” state.
  1140 PRINT Play tone - Tone sequence - Pause. The client wants to play a tone sequence and pause it.
  1140 PRINT Play tone - Tone sequence - Pause. The client wants to play a tone sequence and pause it.
  1141 RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0050, c:\mm_a3f_devsound_play_tone.ini
  1141 RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0050, c:\mm_a3f_devsound_play_tone.ini
  1142 TEST_COMPLETE
  1142 TEST_COMPLETE
       
  1143 
       
  1144 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0064
       
  1145 //!@SYMREQ: 
       
  1146 //!@SYMPREQ: 
       
  1147 //!@SYMTestCaseDec: Play tone - Tone sequence - Pause. The client wants to play a tone sequence and pause it.
       
  1148 //!@SYMTestPriority: Normal
       
  1149 //!@SYMTestType: Alternative Usecase
       
  1150 //!@SYMTestActions: 
       
  1151 //1. Create and Initialize DevSound instance to play tones.
       
  1152 //1.1 Wait for InitializeComplete(KErrNone) callback response.
       
  1153 //2. Call CMMFDevSound->FixedSequenceCount() this should return 0
       
  1154 //3. Call CMMFDevSound->FixedSequenceName() this should return KNullDesC
       
  1155 //4. Call CMMFDevSound->PlayFixedSequenceL this should leave with KErrNotSupported
       
  1156 //!@SYMTestExpectedResults: 
       
  1157 //Calls to depricated api should return correct values
       
  1158 PRINT Tone - Call deprocated API's
       
  1159 RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0064, c:\mm_a3f_devsound_play_tone.ini
       
  1160 TEST_COMPLETE