diff options
author | ukai@chromium.org <ukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-16 01:55:33 +0000 |
---|---|---|
committer | ukai@chromium.org <ukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-16 01:55:33 +0000 |
commit | d5b42ac0413ca4dbac88bce952044808ba40b1a9 (patch) | |
tree | 3492d193482eb59ef9a2d7bb154fd33a41da7895 /chrome/test/ui_test_utils.h | |
parent | 3c903badb6eaee79699ccee5e0459855de370db5 (diff) | |
download | chromium_src-d5b42ac0413ca4dbac88bce952044808ba40b1a9.zip chromium_src-d5b42ac0413ca4dbac88bce952044808ba40b1a9.tar.gz chromium_src-d5b42ac0413ca4dbac88bce952044808ba40b1a9.tar.bz2 |
Fix websocket_server.py path
BUG=none
TEST=pass WebSocket browser_test.
Review URL: http://codereview.chromium.org/952001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41666 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/ui_test_utils.h')
-rw-r--r-- | chrome/test/ui_test_utils.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/test/ui_test_utils.h b/chrome/test/ui_test_utils.h index e164c34..3d8cd14 100644 --- a/chrome/test/ui_test_utils.h +++ b/chrome/test/ui_test_utils.h @@ -195,7 +195,7 @@ class TimedMessageLoopRunner { // object, and is stopped when the destructor is called. Note that // because of the underlying script that is used: // -// webkit/tools/layout_tests/webkitpy/layout_tests/layout_package/ +// third_paty/WebKit/WebKitTools/Scripts/webkitpy/layout_tests/port/ // websocket_server.py // // Only *_wsh.py handlers found under "websocket/tests" from the @@ -210,6 +210,9 @@ class TestWebSocketServer { ~TestWebSocketServer(); private: + // Sets up PYTHONPATH to run websocket_server.py. + void SetPythonPath(); + // Creates a CommandLine for invoking the python interpreter. CommandLine* CreatePythonCommandLine(); |