Correct unit test compile error
[ Merge of http://go/wvgerrit/46640 ] Bug: 72994956 Test: WV unit/integration tests on walleye, sailfish and linux. Change-Id: I7319a4b79ab9a02e0ca9a50fb48c6107f8c3a762
This commit is contained in:
@@ -464,7 +464,7 @@ class WvCdmEngineTest : public WvCdmEnginePreProvTest {
|
|||||||
CdmKeySetId key_set_id;
|
CdmKeySetId key_set_id;
|
||||||
EXPECT_EQ(KEY_ADDED,
|
EXPECT_EQ(KEY_ADDED,
|
||||||
cdm_engine_.AddKey(session_id_, resp, &key_set_id));
|
cdm_engine_.AddKey(session_id_, resp, &key_set_id));
|
||||||
VerifyLicenseRequestLatency(CdmKeyRequestType::kKeyRequestTypeInitial,
|
VerifyLicenseRequestLatency(kKeyRequestTypeInitial,
|
||||||
*cdm_engine_.GetMetrics());
|
*cdm_engine_.GetMetrics());
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -472,7 +472,7 @@ class WvCdmEngineTest : public WvCdmEnginePreProvTest {
|
|||||||
const std::string& client_auth) {
|
const std::string& client_auth) {
|
||||||
std::string resp = GetKeyRequestResponse(server_url, client_auth);
|
std::string resp = GetKeyRequestResponse(server_url, client_auth);
|
||||||
EXPECT_EQ(KEY_ADDED, cdm_engine_.RenewKey(session_id_, resp));
|
EXPECT_EQ(KEY_ADDED, cdm_engine_.RenewKey(session_id_, resp));
|
||||||
VerifyLicenseRequestLatency(CdmKeyRequestType::kKeyRequestTypeRenewal,
|
VerifyLicenseRequestLatency(kKeyRequestTypeRenewal,
|
||||||
*cdm_engine_.GetMetrics());
|
*cdm_engine_.GetMetrics());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user