Merge "Undo bad merge"

This commit is contained in:
TreeHugger Robot
2017-04-19 19:53:56 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 4 deletions

View File

@@ -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"

View File

@@ -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);
}