summaryrefslogtreecommitdiff
path: root/graphics/mapper/2.0/vts/functional/VtsHalGraphicsMapperTestUtils.cpp
diff options
context:
space:
mode:
authorYuexi Ma <yuexima@google.com>2017-03-10 00:44:45 -0800
committerYuexi Ma <yuexima@google.com>2017-03-10 21:14:48 +0000
commited2bb4e8f851688c09f7639a9183b1285aa0967c (patch)
tree35d3b55697123e0b07ad556dc988899ae706fd41 /graphics/mapper/2.0/vts/functional/VtsHalGraphicsMapperTestUtils.cpp
parent5e1e202bcc25d66890864ac8b73533945ba14d78 (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/VtsHalGraphicsMapperTestUtils.cpp')
-rw-r--r--graphics/mapper/2.0/vts/functional/VtsHalGraphicsMapperTestUtils.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mapper/2.0/vts/functional/VtsHalGraphicsMapperTestUtils.cpp b/graphics/mapper/2.0/vts/functional/VtsHalGraphicsMapperTestUtils.cpp
index fc2658772c..f6a26ac80e 100644
--- a/graphics/mapper/2.0/vts/functional/VtsHalGraphicsMapperTestUtils.cpp
+++ b/graphics/mapper/2.0/vts/functional/VtsHalGraphicsMapperTestUtils.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include <VtsHalHidlTargetBaseTest.h>
+#include <VtsHalHidlTargetTestBase.h>
#include "VtsHalGraphicsMapperTestUtils.h"
@@ -32,7 +32,7 @@ using android::hardware::graphics::allocator::V2_0::Error;
Mapper::Mapper() { init(); }
void Mapper::init() {
- mMapper = ::testing::VtsHalHidlTargetBaseTest::getService<IMapper>();
+ mMapper = ::testing::VtsHalHidlTargetTestBase::getService<IMapper>();
ASSERT_NE(nullptr, mMapper.get()) << "failed to get mapper service";
ASSERT_FALSE(mMapper->isRemote()) << "mapper is not in passthrough mode";
}