From fd28f10559036b9eeb906f566936a765b15b7fde Mon Sep 17 00:00:00 2001 From: Fred Gylys-Colwell Date: Thu, 7 Sep 2023 13:55:41 -0700 Subject: [PATCH] Update OEMCrypto unit test date This corresponds to the release date of v18.4 Merged from https://widevine-internal-review.googlesource.com/184139 Change-Id: I5e2714822932c52a82bd1f287111c11a4001f985 --- libwvdrmengine/oemcrypto/test/oemcrypto_basic_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libwvdrmengine/oemcrypto/test/oemcrypto_basic_test.cpp b/libwvdrmengine/oemcrypto/test/oemcrypto_basic_test.cpp index bdff8923..736e56ef 100644 --- a/libwvdrmengine/oemcrypto/test/oemcrypto_basic_test.cpp +++ b/libwvdrmengine/oemcrypto/test/oemcrypto_basic_test.cpp @@ -180,7 +180,7 @@ TEST_F(OEMCryptoClientTest, FreeUnallocatedSecureBufferNoFailure) { */ TEST_F(OEMCryptoClientTest, VersionNumber) { const std::string log_message = - "OEMCrypto unit tests for API 18.4. Tests last updated 2023-08-03"; + "OEMCrypto unit tests for API 18.4. Tests last updated 2023-09-07"; cout << " " << log_message << "\n"; cout << " " << "These tests are part of Android U."