Address request license test failures
[ Merge of http://go/wvgerrit/81743 and http://go/ag/7747989 ] This fixes some failures in tests. A platform property has been added which controls whether an offline license can be restored if a release request has been previously made. This behaviour was introduced by CE CDM in b/113167010 but is not permitted for android. The tests failures addressed are * ProvisioningTestWithServiceCertificate * ReleaseRetryOfflineKeyTest * ReleaseRetryL3OfflineKeyTest * ReleaseRetryL3OfflineKeySessionUsageDisable Bug: 119428680 Bug: 133684744 Test: WV unit/integration tests Change-Id: I5beacecea32f26c8a319a6d73a45cc36f04d8aa1
This commit is contained in:
@@ -50,6 +50,8 @@ void Properties::InitOnce() {
|
||||
provisioning_messages_are_binary_ = kPropertyProvisioningMessagesAreBinary;
|
||||
allow_service_certificate_requests_ = kAllowServiceCertificateRequests;
|
||||
device_files_is_a_real_filesystem_ = kDeviceFilesIsARealFileSystem;
|
||||
allow_restore_of_offline_licenses_with_release_ =
|
||||
kAllowRestoreOfflineLicenseWithRelease;
|
||||
session_property_set_.reset(new CdmClientPropertySetMap());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user