diff -r e51ae4fd18e6 -r af86cc8a4692 devsound/a3fintegrationtest/scripts/tsi_a3f_devsound_pcm_play.script --- a/devsound/a3fintegrationtest/scripts/tsi_a3f_devsound_pcm_play.script Wed Sep 15 13:51:05 2010 +0300 +++ b/devsound/a3fintegrationtest/scripts/tsi_a3f_devsound_pcm_play.script Wed Oct 13 16:15:10 2010 +0300 @@ -334,10 +334,8 @@ //! @SYMTestActions 1. Configure DevSound to play PCM16 raw audio data in mono mode with sampling rate of 8 kHz. //! 2. Start playing and read recorded data from file. //! 3. Stop playback once EOF is reached. -//! 4. Initialize again -//! 5. Check that time played is 0 -//! 6. Restart playback again -//! 7. Stop test when EOF is reached again +//! 4. Restart playback again +//! 5. Stop test when EOF is reached again //! @SYMTestExpectedResults Devsound to successfully play PCM16 audio data in mono mode with sampling rate of 8 KHz twice with all the DevSound callback //! functions being executed as required throughout the test.