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

Unified Diff: chrome/worker/worker_uitest.cc

Issue 1547009: Change ui_tests to pull the directories it needs from the upstream webkit (Closed)
Patch Set: fix path for web socket tests Created 10 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 | « chrome/test/ui/ui_layout_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/worker/worker_uitest.cc
diff --git a/chrome/worker/worker_uitest.cc b/chrome/worker/worker_uitest.cc
index 71a8a4a38437ae4dd69c2de34c8837b7d290a327..1031586a85e193b8b839db4d6be6d9ae4dfdc297 100644
--- a/chrome/worker/worker_uitest.cc
+++ b/chrome/worker/worker_uitest.cc
@@ -103,7 +103,6 @@ class WorkerTest : public UILayoutTest {
void RunWorkerFastLayoutTest(const std::string& test_case_file_name) {
FilePath fast_test_dir;
- fast_test_dir = fast_test_dir.AppendASCII("LayoutTests");
fast_test_dir = fast_test_dir.AppendASCII("fast");
FilePath worker_test_dir;
@@ -388,7 +387,6 @@ TEST_F(WorkerTest, FLAKY_WorkerHttpLayoutTests) {
};
FilePath http_test_dir;
- http_test_dir = http_test_dir.AppendASCII("LayoutTests");
http_test_dir = http_test_dir.AppendASCII("http");
http_test_dir = http_test_dir.AppendASCII("tests");
@@ -409,7 +407,6 @@ TEST_F(WorkerTest, WorkerWebSocketLayoutTests) {
};
FilePath websocket_test_dir;
- websocket_test_dir = websocket_test_dir.AppendASCII("LayoutTests");
websocket_test_dir = websocket_test_dir.AppendASCII("websocket");
websocket_test_dir = websocket_test_dir.AppendASCII("tests");
@@ -450,7 +447,6 @@ TEST_F(WorkerTest, DISABLED_WorkerXhrHttpLayoutTests) {
};
FilePath http_test_dir;
- http_test_dir = http_test_dir.AppendASCII("LayoutTests");
http_test_dir = http_test_dir.AppendASCII("http");
http_test_dir = http_test_dir.AppendASCII("tests");
@@ -485,7 +481,6 @@ TEST_F(WorkerTest, FLAKY_MessagePorts) {
};
FilePath fast_test_dir;
- fast_test_dir = fast_test_dir.AppendASCII("LayoutTests");
fast_test_dir = fast_test_dir.AppendASCII("fast");
FilePath worker_test_dir;
« no previous file with comments | « chrome/test/ui/ui_layout_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698