From ed2bb4e8f851688c09f7639a9183b1285aa0967c Mon Sep 17 00:00:00 2001 From: Yuexi Ma Date: Fri, 10 Mar 2017 00:44:45 -0800 Subject: Change vts target base test class name Test: make vts succeed, vts kernel tests and nfc hal tests passed Change-Id: I95f10ad7a66f261c9030357edd411fe6d94150e8 --- vr/1.0/vts/functional/Android.bp | 2 +- vr/1.0/vts/functional/VtsHalVrV1_0TargetTest.cpp | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'vr') diff --git a/vr/1.0/vts/functional/Android.bp b/vr/1.0/vts/functional/Android.bp index 5c077eaa4..5d5a99a1c 100644 --- a/vr/1.0/vts/functional/Android.bp +++ b/vr/1.0/vts/functional/Android.bp @@ -24,7 +24,7 @@ cc_test { "libutils", "android.hardware.vr@1.0", ], - static_libs: ["VtsHalHidlTargetBaseTest"], + static_libs: ["VtsHalHidlTargetTestBase"], cflags: [ "-O0", "-g", diff --git a/vr/1.0/vts/functional/VtsHalVrV1_0TargetTest.cpp b/vr/1.0/vts/functional/VtsHalVrV1_0TargetTest.cpp index 6a7b07803..a9837318d 100644 --- a/vr/1.0/vts/functional/VtsHalVrV1_0TargetTest.cpp +++ b/vr/1.0/vts/functional/VtsHalVrV1_0TargetTest.cpp @@ -18,7 +18,7 @@ #include #include #include -#include +#include #include using ::android::hardware::vr::V1_0::IVr; @@ -27,10 +27,10 @@ using ::android::hardware::Void; using ::android::sp; // The main test class for VR HIDL HAL. -class VrHidlTest : public ::testing::VtsHalHidlTargetBaseTest { +class VrHidlTest : public ::testing::VtsHalHidlTargetTestBase { public: void SetUp() override { - vr = ::testing::VtsHalHidlTargetBaseTest::getService(); + vr = ::testing::VtsHalHidlTargetTestBase::getService(); ASSERT_NE(vr, nullptr); } -- cgit v1.2.3