Source release 19.4.0
This commit is contained in:
@@ -21,6 +21,9 @@
|
||||
|
||||
namespace wvoec {
|
||||
|
||||
/// @addtogroup android
|
||||
/// @{
|
||||
|
||||
/** These tests are required for LollyPop Android devices.*/
|
||||
class OEMCryptoAndroidLMPTest : public ::testing::Test {
|
||||
protected:
|
||||
@@ -102,7 +105,7 @@ TEST_F(OEMCryptoAndroidMNCTest, LoadsTestKeyboxImplemented) {
|
||||
}
|
||||
|
||||
/** Android requires implementation of functions that report how many open
|
||||
* sesions are available. */
|
||||
* sessions are available. */
|
||||
TEST_F(OEMCryptoAndroidMNCTest, NumberOfSessionsImplemented) {
|
||||
ASSERT_NE(OEMCrypto_ERROR_NOT_IMPLEMENTED,
|
||||
OEMCrypto_GetNumberOfOpenSessions(nullptr));
|
||||
@@ -126,4 +129,5 @@ TEST_F(OEMCryptoAndroidRVCTest, MinVersionNumber16) {
|
||||
ASSERT_GE(version, 16u);
|
||||
}
|
||||
|
||||
/// @}
|
||||
} // namespace wvoec
|
||||
|
||||
Reference in New Issue
Block a user