Merge "Disable MinVersionNumber13 Test *DO NOT MERGE*" into oc-dev

This commit is contained in:
TreeHugger Robot
2017-04-12 01:37:18 +00:00
committed by Android (Google) Code Review

View File

@@ -130,10 +130,12 @@ TEST_F(OEMCryptoAndroidNYCTest, MinVersionNumber11) {
ASSERT_GE(version, 11u);
}
// These tests are required for O Android devices.
// These tests are required for O MR1 Android devices.
class OEMCryptoAndroidOCTest : public OEMCryptoAndroidNYCTest {};
TEST_F(OEMCryptoAndroidOCTest, MinVersionNumber13) {
// Note: this test is disabled for oc-dev branch. It is still required on
// oc-mr1-dev and master branches.
TEST_F(OEMCryptoAndroidOCTest, DISABLED_MinVersionNumber13) {
uint32_t version = OEMCrypto_APIVersion();
ASSERT_GE(version, 13u);
}