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:
@@ -1320,7 +1320,7 @@ class WvCdmStreamingLicenseRenewalTest
|
|||||||
public ::testing::WithParamInterface<
|
public ::testing::WithParamInterface<
|
||||||
RenewWithClientIdTestConfiguration*> {};
|
RenewWithClientIdTestConfiguration*> {};
|
||||||
|
|
||||||
TEST_P(WvCdmStreamingLicenseRenewalTest, DISABLED_WithClientId) {
|
TEST_P(WvCdmStreamingLicenseRenewalTest, WithClientId) {
|
||||||
RenewWithClientIdTestConfiguration* config = GetParam();
|
RenewWithClientIdTestConfiguration* config = GetParam();
|
||||||
std::string key_id;
|
std::string key_id;
|
||||||
if (config->renew_with_client_id) {
|
if (config->renew_with_client_id) {
|
||||||
@@ -1442,7 +1442,7 @@ class WvCdmOfflineLicenseReleaseTest
|
|||||||
public ::testing::WithParamInterface<
|
public ::testing::WithParamInterface<
|
||||||
RenewWithClientIdTestConfiguration*> {};
|
RenewWithClientIdTestConfiguration*> {};
|
||||||
|
|
||||||
TEST_P(WvCdmOfflineLicenseReleaseTest, DISABLED_WithClientId) {
|
TEST_P(WvCdmOfflineLicenseReleaseTest, WithClientId) {
|
||||||
Unprovision();
|
Unprovision();
|
||||||
Provision(kLevelDefault);
|
Provision(kLevelDefault);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user