Update date in oemcrypto tests
Update the date in the log string so we know when the tests were published.
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user