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

Unified Diff: ppapi/tests/test_websocket.cc

Issue 11048050: WebSocket test server migration on PPAPI tests (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: pass pylint check Created 8 years, 2 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 | « net/data/websocket/protocol-test_wsh.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_websocket.cc
diff --git a/ppapi/tests/test_websocket.cc b/ppapi/tests/test_websocket.cc
index 2707b4f2aa889591fc5212ddbe94b1998db88750..b18c3be298cb773c53a9edbe9c5da5b488b686f6 100644
--- a/ppapi/tests/test_websocket.cc
+++ b/ppapi/tests/test_websocket.cc
@@ -34,15 +34,13 @@
// These servers are provided by pywebsocket server side handlers in
// LayoutTests/http/tests/websocket/tests/hybi/*_wsh.
// pywebsocket server itself is launched in ppapi_ui_test.cc.
-const char kEchoServerURL[] = "websocket/tests/hybi/echo-with-no-extension";
+const char kEchoServerURL[] = "echo-with-no-extension";
-const char kCloseServerURL[] = "websocket/tests/hybi/close";
+const char kCloseServerURL[] = "close";
-const char kCloseWithCodeAndReasonServerURL[] =
- "websocket/tests/hybi/close-code-and-reason";
+const char kCloseWithCodeAndReasonServerURL[] = "close-code-and-reason";
-const char kProtocolTestServerURL[] =
- "websocket/tests/hybi/protocol-test?protocol=";
+const char kProtocolTestServerURL[] = "protocol-test?protocol=";
const char* const kInvalidURLs[] = {
"http://www.google.com/invalid_scheme",
« no previous file with comments | « net/data/websocket/protocol-test_wsh.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698