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 09568d518be40e8369b43fb78e3b011701615c65..1a6c1bc6337aa0e8ded2026a4b15442cc15f0d87 100644 |
--- a/talk/app/webrtc/androidtests/src/org/webrtc/VideoCapturerAndroidTest.java |
+++ b/talk/app/webrtc/androidtests/src/org/webrtc/VideoCapturerAndroidTest.java |
@@ -107,9 +107,8 @@ public class VideoCapturerAndroidTest extends ActivityTestCase { |
VideoCapturerAndroidTestFixtures.startCapturerAndRender(capturer); |
} |
- // TODO(perkj): Enable once VideoCapture to texture support has landed in C++. |
@SmallTest |
- public void DISABLED_testStartVideoCapturerUsingTextures() throws InterruptedException { |
+ public void testStartVideoCapturerUsingTextures() throws InterruptedException { |
VideoCapturerAndroid capturer = |
VideoCapturerAndroid.create("", null, EGL10.EGL_NO_CONTEXT); |
VideoCapturerAndroidTestFixtures.startCapturerAndRender(capturer); |
@@ -150,9 +149,8 @@ public class VideoCapturerAndroidTest extends ActivityTestCase { |
VideoCapturerAndroidTestFixtures.switchCamera(capturer); |
} |
- // TODO(perkj): Enable once VideoCapture to texture support has landed in C++. |
@SmallTest |
- public void DISABLED_testSwitchVideoCapturerUsingTextures() throws InterruptedException { |
+ public void testSwitchVideoCapturerUsingTextures() throws InterruptedException { |
VideoCapturerAndroid capturer = VideoCapturerAndroid.create("", null, EGL10.EGL_NO_CONTEXT); |
VideoCapturerAndroidTestFixtures.switchCamera(capturer); |
} |
@@ -194,9 +192,8 @@ public class VideoCapturerAndroidTest extends ActivityTestCase { |
VideoCapturerAndroidTestFixtures.stopRestartVideoSource(capturer); |
} |
- // TODO(perkj): Enable once VideoCapture to texture support has landed in C++. |
@SmallTest |
- public void DISABLED_testStopRestartVideoSourceUsingTextures() throws InterruptedException { |
+ public void testStopRestartVideoSourceUsingTextures() throws InterruptedException { |
VideoCapturerAndroid capturer = VideoCapturerAndroid.create("", null, EGL10.EGL_NO_CONTEXT); |
VideoCapturerAndroidTestFixtures.stopRestartVideoSource(capturer); |
} |
@@ -285,9 +282,8 @@ public class VideoCapturerAndroidTest extends ActivityTestCase { |
VideoCapturerAndroidTestFixtures.returnBufferLateEndToEnd(capturer); |
} |
- // TODO(perkj): Enable once VideoCapture to texture support has landed in C++. |
@MediumTest |
- public void DISABLED_testReturnBufferLateEndToEndUsingTextures() throws InterruptedException { |
+ public void testReturnBufferLateEndToEndUsingTextures() throws InterruptedException { |
final VideoCapturerAndroid capturer = |
VideoCapturerAndroid.create("", null, EGL10.EGL_NO_CONTEXT); |
VideoCapturerAndroidTestFixtures.returnBufferLateEndToEnd(capturer); |