Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Unified Diff: webrtc/api/androidtests/src/org/webrtc/Camera2CapturerTest.java

Issue 2202183002: Fix testReturnBufferLate incorrectly calling end to end test. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/api/androidtests/src/org/webrtc/Camera1CapturerUsingTextureTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/androidtests/src/org/webrtc/Camera2CapturerTest.java
diff --git a/webrtc/api/androidtests/src/org/webrtc/Camera2CapturerTest.java b/webrtc/api/androidtests/src/org/webrtc/Camera2CapturerTest.java
index 7ad60c05e7b53d38fa3c9c742a66c540f85d6d91..0dc1080d8f154d90e22a4a311a9356bf87e7504a 100644
--- a/webrtc/api/androidtests/src/org/webrtc/Camera2CapturerTest.java
+++ b/webrtc/api/androidtests/src/org/webrtc/Camera2CapturerTest.java
@@ -13,15 +13,15 @@ package org.webrtc;
import org.webrtc.CameraEnumerationAndroid.CaptureFormat;
import android.content.Context;
+import android.hardware.camera2.CameraAccessException;
import android.hardware.camera2.CameraDevice;
import android.hardware.camera2.CameraManager;
-import android.hardware.camera2.CameraAccessException;
import android.os.Handler;
import android.os.Looper;
import android.test.InstrumentationTestCase;
-import android.test.suitebuilder.annotation.SmallTest;
-import android.test.suitebuilder.annotation.MediumTest;
import android.test.suitebuilder.annotation.LargeTest;
+import android.test.suitebuilder.annotation.MediumTest;
+import android.test.suitebuilder.annotation.SmallTest;
import java.util.concurrent.CountDownLatch;
@@ -253,7 +253,7 @@ public class Camera2CapturerTest extends InstrumentationTestCase {
// been stopped and restarted. It does not test or use the C++ layer.
@LargeTest
public void testReturnBufferLate() throws InterruptedException {
- fixtures.returnBufferLateEndToEnd();
+ fixtures.returnBufferLate();
}
// This test that we can capture frames, keep the frames in a local renderer, stop capturing,
« no previous file with comments | « webrtc/api/androidtests/src/org/webrtc/Camera1CapturerUsingTextureTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698