commit | 8c1ee7b73a85c74ded5a928f4f0c8eacc7d6f24d | [log] [tgz] |
---|---|---|
author | henrika <henrika@webrtc.org> | Wed Jun 28 13:58:51 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Jun 29 09:27:45 2017 |
tree | 1b9b7fba2f1ebcb02f7e57166d2b8b1beb125de1 | |
parent | 8d08a92c052b985ca540a5c9928f11a6e11a019c [diff] |
Simplifies StartStopRecording test on iOS. Bug: webrtc:7888 Change-Id: I0850c3a9dddff43818f345099911e0642744ae5d Reviewed-on: https://chromium-review.googlesource.com/552545 Reviewed-by: Henrik Kjellander <kjellander@webrtc.org> Commit-Queue: Henrik Andreasson <henrika@webrtc.org> Cr-Commit-Position: refs/heads/master@{#18825}
diff --git a/webrtc/modules/audio_device/ios/audio_device_unittest_ios.mm b/webrtc/modules/audio_device/ios/audio_device_unittest_ios.mm index 2c22c0f..fd669a9 100644 --- a/webrtc/modules/audio_device/ios/audio_device_unittest_ios.mm +++ b/webrtc/modules/audio_device/ios/audio_device_unittest_ios.mm
@@ -605,8 +605,6 @@ TEST_F(AudioDeviceTest, StartStopRecording) { StartRecording(); StopRecording(); - StartRecording(); - StopRecording(); } // Verify that calling StopPlayout() will leave us in an uninitialized state