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

Unified Diff: third_party/WebKit/Source/core/loader/PingLoaderTest.cpp

Issue 2654933003: platform/testing/{URL|Unit}TestHelpers improvements (Closed)
Patch Set: header changes Created 3 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/loader/PingLoaderTest.cpp
diff --git a/third_party/WebKit/Source/core/loader/PingLoaderTest.cpp b/third_party/WebKit/Source/core/loader/PingLoaderTest.cpp
index e5b9541751b6e8b6068cbcfa24a086c84072c5f2..f96f9b70dd62509c1f93bc7ae02c792d5d687fb7 100644
--- a/third_party/WebKit/Source/core/loader/PingLoaderTest.cpp
+++ b/third_party/WebKit/Source/core/loader/PingLoaderTest.cpp
@@ -55,7 +55,8 @@ class PingLoaderTest : public ::testing::Test {
const ResourceRequest& pingAndGetRequest(const KURL& pingURL) {
KURL destinationURL(ParsedURLString, "http://navigation.destination");
- URLTestHelpers::registerMockedURLLoad(pingURL, "bar.html", "text/html");
+ URLTestHelpers::registerMockedURLLoad(
+ pingURL, testing::webTestDataPath("bar.html"), "text/html");
PingLoader::sendLinkAuditPing(&m_pageHolder->frame(), pingURL,
destinationURL);
const ResourceRequest& pingRequest = m_client->pingRequest();
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698