diff options
author | Yuexi Ma <yuexima@google.com> | 2017-03-10 00:44:45 -0800 |
---|---|---|
committer | Yuexi Ma <yuexima@google.com> | 2017-03-10 21:14:48 +0000 |
commit | ed2bb4e8f851688c09f7639a9183b1285aa0967c (patch) | |
tree | 35d3b55697123e0b07ad556dc988899ae706fd41 /graphics/mapper/2.0/vts/functional/VtsHalGraphicsMapperV2_0TargetTest.cpp | |
parent | 5e1e202bcc25d66890864ac8b73533945ba14d78 (diff) |
Change vts target base test class name
Test: make vts succeed, vts kernel tests and nfc hal tests passed
Change-Id: I95f10ad7a66f261c9030357edd411fe6d94150e8
Diffstat (limited to 'graphics/mapper/2.0/vts/functional/VtsHalGraphicsMapperV2_0TargetTest.cpp')
-rw-r--r-- | graphics/mapper/2.0/vts/functional/VtsHalGraphicsMapperV2_0TargetTest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mapper/2.0/vts/functional/VtsHalGraphicsMapperV2_0TargetTest.cpp b/graphics/mapper/2.0/vts/functional/VtsHalGraphicsMapperV2_0TargetTest.cpp index bd8315eaa9..92d74d5009 100644 --- a/graphics/mapper/2.0/vts/functional/VtsHalGraphicsMapperV2_0TargetTest.cpp +++ b/graphics/mapper/2.0/vts/functional/VtsHalGraphicsMapperV2_0TargetTest.cpp @@ -17,7 +17,7 @@ #define LOG_TAG "graphics_mapper_hidl_hal_test" #include <android-base/logging.h> -#include <VtsHalHidlTargetBaseTest.h> +#include <VtsHalHidlTargetTestBase.h> #include <sync/sync.h> #include "VtsHalGraphicsMapperTestUtils.h" @@ -32,7 +32,7 @@ namespace { using namespace android::hardware::graphics::allocator::V2_0; using namespace android::hardware::graphics::allocator::V2_0::tests; -class GraphicsMapperHidlTest : public ::testing::VtsHalHidlTargetBaseTest { +class GraphicsMapperHidlTest : public ::testing::VtsHalHidlTargetTestBase { protected: void SetUp() override { ASSERT_NO_FATAL_FAILURE(mAllocator = std::make_unique<Allocator>()); |