From 3def45f33d8bfd51f4e35cc215b2231f4f8a7ae2 Mon Sep 17 00:00:00 2001 From: Fred Gylys-Colwell Date: Thu, 5 Aug 2021 03:16:45 +0000 Subject: [PATCH] Update date in oemcrypto tests Update the date in the log string so we know when the tests were published. --- oemcrypto/test/oemcrypto_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oemcrypto/test/oemcrypto_test.cpp b/oemcrypto/test/oemcrypto_test.cpp index cb823e3..43ca77b 100644 --- a/oemcrypto/test/oemcrypto_test.cpp +++ b/oemcrypto/test/oemcrypto_test.cpp @@ -240,7 +240,7 @@ TEST_F(OEMCryptoClientTest, FreeUnallocatedSecureBufferNoFailure) { */ TEST_F(OEMCryptoClientTest, VersionNumber) { const std::string log_message = - "OEMCrypto unit tests for API 16.3 or 4. Tests last updated 2021-02-22"; + "OEMCrypto unit tests for API 16.3 or 4. Tests last updated 2021-08-05"; cout << " " << log_message << "\n"; cout << " " << "These tests are part of Android S."