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

Unified Diff: chrome/browser/extensions/webrtc_cast_apitest.cc

Issue 61103002: Enable WebrtcCastApiTest.Basics (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix js Created 7 years, 1 month 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 | « no previous file | chrome/test/data/extensions/api_test/webrtc_cast/basics.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/webrtc_cast_apitest.cc
diff --git a/chrome/browser/extensions/webrtc_cast_apitest.cc b/chrome/browser/extensions/webrtc_cast_apitest.cc
index 3a4b5e05099d380903b828d6fabd577df9c44735..d551fe0f34f22736c9adafe4210f6e84e260ae87 100644
--- a/chrome/browser/extensions/webrtc_cast_apitest.cc
+++ b/chrome/browser/extensions/webrtc_cast_apitest.cc
@@ -11,11 +11,8 @@ class WebrtcCastApiTest : public ExtensionApiTest {
};
// Test running the test extension for Cast Mirroring API.
-IN_PROC_BROWSER_TEST_F(WebrtcCastApiTest, DISABLED_Basics) {
- // TODO(hclam): See crbug.com/314971 for details.
- // This test is failing on Win7 only and is still being executed
- // even the test is disabled. Investigate and fix it.
- // ASSERT_TRUE(RunExtensionSubtest("webrtc_cast", "basics.html"));
+IN_PROC_BROWSER_TEST_F(WebrtcCastApiTest, Basics) {
+ ASSERT_TRUE(RunExtensionSubtest("webrtc_cast", "basics.html"));
}
} // namespace extensions
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/webrtc_cast/basics.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698