commit | 93d2541aaeac5b2d5238628e5cc13339f6863685 | [log] [tgz] |
---|---|---|
author | Yuexi Ma <yuexima@google.com> | Tue Feb 28 11:24:48 2017 -0800 |
committer | Yuexi Ma <yuexima@google.com> | Tue Feb 28 20:49:00 2017 +0000 |
tree | eeff61e76c5445b431e413369367b193c76a974a | |
parent | 5fd2ce668db31df297c81aca19c524b23fb6877f [diff] |
Add columns to namespace for vts target base test invocation Test: make vts Change-Id: Ia0284fbc11eadef572dd510bb5847160852bd517
diff --git a/bluetooth/1.0/vts/functional/VtsHalBluetoothV1_0TargetTest.cpp b/bluetooth/1.0/vts/functional/VtsHalBluetoothV1_0TargetTest.cpp index ce15875..c8c7cb5 100644 --- a/bluetooth/1.0/vts/functional/VtsHalBluetoothV1_0TargetTest.cpp +++ b/bluetooth/1.0/vts/functional/VtsHalBluetoothV1_0TargetTest.cpp
@@ -121,7 +121,7 @@ public: virtual void SetUp() override { // currently test passthrough mode only - bluetooth = testing::VtsHalHidlTargetBaseTest::getService<IBluetoothHci>(); + bluetooth = ::testing::VtsHalHidlTargetBaseTest::getService<IBluetoothHci>(); ASSERT_NE(bluetooth, nullptr); ALOGI("%s: getService() for bluetooth is %s", __func__, bluetooth->isRemote() ? "remote" : "local");