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

Unified Diff: chromeos/cert_loader_unittest.cc

Issue 421113002: Use correct slot id for client certs in network config. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. Created 6 years, 5 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 | « chromeos/cert_loader.cc ('k') | chromeos/network/client_cert_resolver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/cert_loader_unittest.cc
diff --git a/chromeos/cert_loader_unittest.cc b/chromeos/cert_loader_unittest.cc
index a7efa2120adc3964e44e4e42bc3e4bac393f3b46..19765af013c174e8c43e89953d9adadfb524fb22 100644
--- a/chromeos/cert_loader_unittest.cc
+++ b/chromeos/cert_loader_unittest.cc
@@ -189,8 +189,6 @@ TEST_F(CertLoaderTest, Basic) {
EXPECT_TRUE(cert_loader_->certificates_loaded());
EXPECT_FALSE(cert_loader_->CertificatesLoading());
- EXPECT_EQ(GetDbPrivateSlotId(primary_db_.get()),
- cert_loader_->TPMTokenSlotID());
// Default CA cert roots should get loaded.
EXPECT_FALSE(cert_loader_->cert_list().empty());
« no previous file with comments | « chromeos/cert_loader.cc ('k') | chromeos/network/client_cert_resolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698