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

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

Issue 215883004: Revert of Mojo: add javascript bindings for request/response (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « mojo/apps/js/main.js ('k') | mojo/public/bindings/generators/js_templates/interface_definition.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ade8c2665fcb0df7ea3b07b48faf29ffdb238f23..3427ca4ea4c81e7dc39f8056b47d8fb8644d231a 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 @@
// http://crbug.com/351214
#if defined(OS_POSIX)
-#define MAYBE_connection DISABLED_connection
+#define MAYBE_connector DISABLED_connector
#else
-#define MAYBE_connection connection
+#define MAYBE_connector connector
#endif
-TEST(JSTest, MAYBE_connection) {
- RunTest("connection_unittests.js", true);
+TEST(JSTest, MAYBE_connector) {
+ RunTest("connector_unittests.js", true);
}
TEST(JSTest, monotonic_clock) {
« no previous file with comments | « mojo/apps/js/main.js ('k') | mojo/public/bindings/generators/js_templates/interface_definition.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698