From 0ce898be875cda1e9cdf76a39fd608b84407577d Mon Sep 17 00:00:00 2001 From: Cong Lin Date: Wed, 20 Jul 2022 15:13:29 -0700 Subject: [PATCH] Update clear KCB test name This is to bring cdm tm-widevine-release in sync with Android tm-widevine-release. Originating CL: https://widevine-internal-review.googlesource.com/c/cdm/+/154509 The only difference is in the test name. Test: run diff against CDM tm-widevine-release Bug: 239059097 Change-Id: I1279bf780c8faef393b32d73a163756a016d80fc --- libwvdrmengine/oemcrypto/test/oemcrypto_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libwvdrmengine/oemcrypto/test/oemcrypto_test.cpp b/libwvdrmengine/oemcrypto/test/oemcrypto_test.cpp index a0d77917..d8d531ef 100644 --- a/libwvdrmengine/oemcrypto/test/oemcrypto_test.cpp +++ b/libwvdrmengine/oemcrypto/test/oemcrypto_test.cpp @@ -3449,7 +3449,7 @@ TEST_P(OEMCryptoLicenseTest, QueryKeyControl) { // clear key control block (KCB) in the license response. An OEMCrypto v17.1+ // implementation should be able to handle the clear KCB in the 16.4.x response // and load the license correctly. -TEST_F(OEMCryptoSessionTests, ClearKcbAPI16_4) { +TEST_F(OEMCryptoSessionTests, ClearKcbAPI17) { Session s; ASSERT_NO_FATAL_FAILURE(s.open()); ASSERT_NO_FATAL_FAILURE(InstallTestRSAKey(&s));