commit | 282c8d0694bacf095db4053909936585db9f54c0 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Fri May 03 19:26:25 2019 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri May 03 19:26:25 2019 +0000 |
tree | 2f00f07b2ed0c8b19131724776190a5c25f17d50 | |
parent | bb477b95ad8aa807c5bc7468b9c589902595d0d7 [diff] | |
parent | d47288dde54232df0fac57c70c12f75fc1de0c8b [diff] |
Merge "Make test expectation match comment" into qt-dev
diff --git a/keymaster/4.0/vts/functional/keymaster_hidl_hal_test.cpp b/keymaster/4.0/vts/functional/keymaster_hidl_hal_test.cpp index cf12e2a..3d37e9f 100644 --- a/keymaster/4.0/vts/functional/keymaster_hidl_hal_test.cpp +++ b/keymaster/4.0/vts/functional/keymaster_hidl_hal_test.cpp
@@ -371,7 +371,7 @@ strptime(date.c_str(), "%Y-%m-%d", &time); // Day of the month (0-31) - EXPECT_GT(time.tm_mday, 0); + EXPECT_GE(time.tm_mday, 0); EXPECT_LT(time.tm_mday, 32); // Months since Jan (0-11) EXPECT_GE(time.tm_mon, 0);