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

Unified Diff: chrome/browser/policy/device_management_service_browsertest.cc

Issue 12210088: Make the TestServer use an absolute document root path. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: testserver uses absolute docroot path Created 7 years, 10 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
Index: chrome/browser/policy/device_management_service_browsertest.cc
diff --git a/chrome/browser/policy/device_management_service_browsertest.cc b/chrome/browser/policy/device_management_service_browsertest.cc
index 1782319822f609b9ee2d4aa823346dbb79f65ccb..46e90cce2ffff3a229d60ff0946ae23a1a456aeb 100644
--- a/chrome/browser/policy/device_management_service_browsertest.cc
+++ b/chrome/browser/policy/device_management_service_browsertest.cc
@@ -177,7 +177,8 @@ class DeviceManagementServiceIntegrationTest
new net::TestServer(
net::TestServer::TYPE_HTTP,
net::TestServer::kLocalhost,
- base::FilePath(FILE_PATH_LITERAL("chrome/test/data/policy"))));
+ net::TestServer::GetSourceRelativePath(
+ base::FilePath(FILE_PATH_LITERAL("chrome/test/data/policy")))));
ASSERT_TRUE(test_server_->Start());
}

Powered by Google App Engine
This is Rietveld 408576698