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/composer/2.1/vts/functional/VtsHalGraphicsComposerTestUtils.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/composer/2.1/vts/functional/VtsHalGraphicsComposerTestUtils.cpp')
-rw-r--r-- | graphics/composer/2.1/vts/functional/VtsHalGraphicsComposerTestUtils.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/composer/2.1/vts/functional/VtsHalGraphicsComposerTestUtils.cpp b/graphics/composer/2.1/vts/functional/VtsHalGraphicsComposerTestUtils.cpp index 5b6a10823a..33cf84c37e 100644 --- a/graphics/composer/2.1/vts/functional/VtsHalGraphicsComposerTestUtils.cpp +++ b/graphics/composer/2.1/vts/functional/VtsHalGraphicsComposerTestUtils.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#include <VtsHalHidlTargetBaseTest.h> +#include <VtsHalHidlTargetTestBase.h> #include "VtsHalGraphicsComposerTestUtils.h" @@ -28,7 +28,7 @@ namespace tests { Composer::Composer() { init(); } void Composer::init() { - mComposer = ::testing::VtsHalHidlTargetBaseTest::getService<IComposer>(); + mComposer = ::testing::VtsHalHidlTargetTestBase::getService<IComposer>(); ASSERT_NE(nullptr, mComposer.get()) << "failed to get composer service"; std::vector<IComposer::Capability> capabilities = getCapabilities(); |