| Index: webrtc/api/androidtests/src/org/webrtc/Camera1CapturerUsingTextureTest.java
|
| diff --git a/webrtc/api/androidtests/src/org/webrtc/Camera1CapturerUsingTextureTest.java b/webrtc/api/androidtests/src/org/webrtc/Camera1CapturerUsingTextureTest.java
|
| index 614105cd5df6fbc4392a96106b547f2d52568a7e..473b3d43c42ee4daed8bc78ca18405eb8bd4bc3a 100644
|
| --- a/webrtc/api/androidtests/src/org/webrtc/Camera1CapturerUsingTextureTest.java
|
| +++ b/webrtc/api/androidtests/src/org/webrtc/Camera1CapturerUsingTextureTest.java
|
| @@ -14,9 +14,9 @@ import org.webrtc.CameraEnumerationAndroid.CaptureFormat;
|
|
|
| import android.content.Context;
|
| 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;
|
|
|
| public class Camera1CapturerUsingTextureTest extends InstrumentationTestCase {
|
| static final String TAG = "Camera1CapturerUsingTextureTest";
|
| @@ -129,7 +129,7 @@ public class Camera1CapturerUsingTextureTest 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,
|
|
|