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

Unified Diff: content/shell/test_runner/test_interfaces.cc

Issue 2742623002: DevTools: improve test infrastructure w/ devtools driving the test (Closed)
Patch Set: fixup Created 3 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
Index: content/shell/test_runner/test_interfaces.cc
diff --git a/content/shell/test_runner/test_interfaces.cc b/content/shell/test_runner/test_interfaces.cc
index db9fcdba6e14b863b931767506934e591ebd6e6f..e41f7ea434a5d2e14cde58bd72f7ee3649ae6087 100644
--- a/content/shell/test_runner/test_interfaces.cc
+++ b/content/shell/test_runner/test_interfaces.cc
@@ -104,6 +104,7 @@ void TestInterfaces::ConfigureForTestWithURL(const blink::WebURL& test_url,
test_runner_->SetV8CacheDisabled(false);
}
if (spec.find("/inspector/") != std::string::npos &&
+ spec.find("integration_test_runner.html") == std::string::npos &&
spec.find("unit_test_runner.html") == std::string::npos) {
// Subfolder name determines default panel to open.
std::string test_path = spec.substr(spec.find("/inspector/") + 11);

Powered by Google App Engine
This is Rietveld 408576698