Merge changes Ib41046d0,Ie138f034,If8d8e32e,I0318c532,I498e633a, ...
* changes: Remove missing tests from build_all_test script Replace PST Report with buffer Add InactiveUnused to Usage Report status OEMCrypto v13 Header and Stubs Log HTTP errors in unit tests Rename oemcrypto's CryptoEngine configuration functions. Move keybox and root certificate handling into new class. Test OEMCrypto with backwards compatible verification
This commit is contained in:
committed by
Android (Google) Code Review
commit
65a2c240de
@@ -147,7 +147,8 @@ class WvCdmEngineTest : public testing::Test {
|
||||
EXPECT_TRUE(ok);
|
||||
|
||||
int status_code = url_request.GetStatusCode(response);
|
||||
if (expect_success) EXPECT_EQ(kHttpOk, status_code);
|
||||
if (expect_success) EXPECT_EQ(kHttpOk, status_code)
|
||||
<< "Error response: " << response;
|
||||
|
||||
if (status_code != kHttpOk) {
|
||||
return "";
|
||||
|
||||
Reference in New Issue
Block a user