am 93d32612: Enable tests that cover renewals/releases with client IDs

* commit '93d326129ad48966ff1cff768d0426ff43a7baf4':
  Enable tests that cover renewals/releases with client IDs
This commit is contained in:
Rahul Frias
2015-05-29 21:07:08 +00:00
committed by Android Git Automerger

View File

@@ -1320,7 +1320,7 @@ class WvCdmStreamingLicenseRenewalTest
public ::testing::WithParamInterface<
RenewWithClientIdTestConfiguration*> {};
TEST_P(WvCdmStreamingLicenseRenewalTest, DISABLED_WithClientId) {
TEST_P(WvCdmStreamingLicenseRenewalTest, WithClientId) {
RenewWithClientIdTestConfiguration* config = GetParam();
std::string key_id;
if (config->renew_with_client_id) {
@@ -1442,7 +1442,7 @@ class WvCdmOfflineLicenseReleaseTest
public ::testing::WithParamInterface<
RenewWithClientIdTestConfiguration*> {};
TEST_P(WvCdmOfflineLicenseReleaseTest, DISABLED_WithClientId) {
TEST_P(WvCdmOfflineLicenseReleaseTest, WithClientId) {
Unprovision();
Provision(kLevelDefault);