Migrate tests to googletest 1.10+ API
(This is a cherry-pick of http://go/wvgerrit/135227 and http://go/wvgerrit/135246 from the Widevine repo.) Googletest has deprecated the TEST_CASE nomenclature in favor of the International Software Testing Qualifications Board-compliant term TEST_SUITE. See https://google.github.io/googletest/primer.html#beware-of-the-nomenclature for more info. Bug: 156766290 Test: build_and_run_all_unit_tests.sh Change-Id: Ib94d534d17677601c4c160eb6b8d4e4e07df85c9
This commit is contained in:
@@ -603,7 +603,7 @@ TEST_P(CdmLicenseEntitledKeyTest, LoadsEntitledKeys) {
|
||||
}
|
||||
}
|
||||
|
||||
INSTANTIATE_TEST_CASE_P(
|
||||
INSTANTIATE_TEST_SUITE_P(
|
||||
EntitledKeyTests, CdmLicenseEntitledKeyTest,
|
||||
Values(EntitledKeyVariant("UnpaddedKey", kFakeUnpaddedKey, true),
|
||||
EntitledKeyVariant("PaddedKey", kFakePaddedKey, true),
|
||||
|
||||
Reference in New Issue
Block a user