diff options
author | ukai@chromium.org <ukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-04 07:24:16 +0000 |
---|---|---|
committer | ukai@chromium.org <ukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-04 07:24:16 +0000 |
commit | fc4c93128e29280ea1e8d25a41a8662460a78f0a (patch) | |
tree | ddb8c897af198bff721a99cc17f47011448fc6c7 /chrome/test/ui_test_utils.h | |
parent | e230ae4c0a49e32b20b6aec33b234252d0f8253b (diff) | |
download | chromium_src-fc4c93128e29280ea1e8d25a41a8662460a78f0a.zip chromium_src-fc4c93128e29280ea1e8d25a41a8662460a78f0a.tar.gz chromium_src-fc4c93128e29280ea1e8d25a41a8662460a78f0a.tar.bz2 |
Fix for websocket tests move under http/tests
websocket layout tests has been moved under http/tests/websocket/tests.
We need to checkout these directory under src/chrome/test/data/layout_tests/LayoutTests for worker tests and extension api tests.
Fix test path for worker tests.
BUG=57662
TEST=trybot
Review URL: http://codereview.chromium.org/3581010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61350 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/ui_test_utils.h')
-rw-r--r-- | chrome/test/ui_test_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/ui_test_utils.h b/chrome/test/ui_test_utils.h index 75e38a2..591c3f8 100644 --- a/chrome/test/ui_test_utils.h +++ b/chrome/test/ui_test_utils.h @@ -266,7 +266,7 @@ class TimedMessageLoopRunner { // // third_paty/WebKit/WebKitTools/Scripts/new-run-webkit-websocketserver // -// Only *_wsh.py handlers found under "websocket/tests" from the +// Only *_wsh.py handlers found under "http/tests/websocket/tests" from the // |root_directory| will be found and active while running the test // server. class TestWebSocketServer { |