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

Unified Diff: components/policy/core/common/configuration_policy_provider_test.cc

Issue 2893803005: Fail tests fast if Windows registry key override fails (Closed)
Patch Set: Addressed comments. Created 3 years, 7 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 | components/policy/core/common/policy_loader_win_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/core/common/configuration_policy_provider_test.cc
diff --git a/components/policy/core/common/configuration_policy_provider_test.cc b/components/policy/core/common/configuration_policy_provider_test.cc
index 7b2efa4e2d91f2eb9a11a8a4f6775ebb8a5986eb..cf9c8e1f31504caba2ae93728e4f51614f5e23bc 100644
--- a/components/policy/core/common/configuration_policy_provider_test.cc
+++ b/components/policy/core/common/configuration_policy_provider_test.cc
@@ -187,7 +187,7 @@ void ConfigurationPolicyProviderTest::SetUp() {
PolicyTestBase::SetUp();
test_harness_.reset((*GetParam())());
- test_harness_->SetUp();
+ ASSERT_NO_FATAL_FAILURE(test_harness_->SetUp());
const PolicyNamespace chrome_ns(POLICY_DOMAIN_CHROME, "");
Schema chrome_schema = *schema_registry_.schema_map()->GetSchema(chrome_ns);
« no previous file with comments | « no previous file | components/policy/core/common/policy_loader_win_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698