Fix some unit tests
Merge from Widevine repo of http://go/wvgerrit/42020 This CL fixes the OEMCrypto unit tests for refresh license. Test: ran unit tests bug: 64851667 bug: 72497813 Change-Id: Ice1661fd832793358b725be9016d85465f6b8d14
This commit is contained in:
committed by
Rahul Frias
parent
9ae7489938
commit
8230484de2
@@ -1112,7 +1112,7 @@ class WvCdmRequestLicenseTest : public WvCdmTestBase {
|
||||
if (kHttpOk != http_status_code) {
|
||||
LogResponseError(message, http_status_code);
|
||||
}
|
||||
EXPECT_EQ(kHttpOk, http_status_code);
|
||||
EXPECT_EQ(kHttpOk, http_status_code) << message;
|
||||
|
||||
std::string drm_msg;
|
||||
if (kHttpOk == http_status_code) {
|
||||
|
||||
Reference in New Issue
Block a user