Merge "Undo bad merge"
This commit is contained in:
committed by
Android (Google) Code Review
commit
091d35e771
@@ -8,7 +8,7 @@
|
||||
#include <stdint.h>
|
||||
#include <vector>
|
||||
|
||||
#include <openssl/rsa.h>
|
||||
#include "openssl/rsa.h"
|
||||
|
||||
#include "OEMCryptoCENC.h" // Needed for enums only.
|
||||
#include "oemcrypto_key_mock.h"
|
||||
|
||||
@@ -133,9 +133,7 @@ TEST_F(OEMCryptoAndroidNYCTest, MinVersionNumber11) {
|
||||
// These tests are required for O MR1 Android devices.
|
||||
class OEMCryptoAndroidOCTest : public OEMCryptoAndroidNYCTest {};
|
||||
|
||||
// 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) {
|
||||
TEST_F(OEMCryptoAndroidOCTest, MinVersionNumber13) {
|
||||
uint32_t version = OEMCrypto_APIVersion();
|
||||
ASSERT_GE(version, 13u);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user