Index: talk/app/webrtc/androidtests/src/org/webrtc/VideoCapturerAndroidTest.java |
diff --git a/talk/app/webrtc/androidtests/src/org/webrtc/VideoCapturerAndroidTest.java b/talk/app/webrtc/androidtests/src/org/webrtc/VideoCapturerAndroidTest.java |
index d21e42fed193dfae1bb3fcd5b50d228f8a1b8e44..f89d22242872cc40ffd1d61680a6210dd184a24f 100644 |
--- a/talk/app/webrtc/androidtests/src/org/webrtc/VideoCapturerAndroidTest.java |
+++ b/talk/app/webrtc/androidtests/src/org/webrtc/VideoCapturerAndroidTest.java |
@@ -292,11 +292,11 @@ public class VideoCapturerAndroidTest extends ActivityTestCase { |
@MediumTest |
// This test that CameraEventsHandler.onError is triggered if video buffers are not returned to |
// the capturer. |
- public void testCameraErrorEventOnBufferStarvation() throws InterruptedException { |
+ public void testCameraFreezedEventOnBufferStarvation() throws InterruptedException { |
VideoCapturerAndroidTestFixtures.CameraEvents cameraEvents = |
VideoCapturerAndroidTestFixtures.createCameraEvents(); |
VideoCapturerAndroid capturer = VideoCapturerAndroid.create("", cameraEvents); |
- VideoCapturerAndroidTestFixtures.cameraErrorEventOnBufferStarvation(capturer, |
+ VideoCapturerAndroidTestFixtures.cameraFreezedEventOnBufferStarvation(capturer, |
cameraEvents, getInstrumentation().getContext()); |
} |