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

Unified Diff: mojo/apps/js/test/run_apps_js_tests.cc

Issue 216443002: Reland: Mojo: add javascript bindings for request/response (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disable WebUIMojoTest.EndToEnd Created 6 years, 9 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
Index: mojo/apps/js/test/run_apps_js_tests.cc
diff --git a/mojo/apps/js/test/run_apps_js_tests.cc b/mojo/apps/js/test/run_apps_js_tests.cc
index 3427ca4ea4c81e7dc39f8056b47d8fb8644d231a..ade8c2665fcb0df7ea3b07b48faf29ffdb238f23 100644
--- a/mojo/apps/js/test/run_apps_js_tests.cc
+++ b/mojo/apps/js/test/run_apps_js_tests.cc
@@ -60,12 +60,12 @@ TEST(JSTest, MAYBE_sample_test) {
// http://crbug.com/351214
#if defined(OS_POSIX)
-#define MAYBE_connector DISABLED_connector
+#define MAYBE_connection DISABLED_connection
#else
-#define MAYBE_connector connector
+#define MAYBE_connection connection
#endif
-TEST(JSTest, MAYBE_connector) {
- RunTest("connector_unittests.js", true);
+TEST(JSTest, MAYBE_connection) {
+ RunTest("connection_unittests.js", true);
}
TEST(JSTest, monotonic_clock) {

Powered by Google App Engine
This is Rietveld 408576698