From 93d2541aaeac5b2d5238628e5cc13339f6863685 Mon Sep 17 00:00:00 2001 From: Yuexi Ma Date: Tue, 28 Feb 2017 11:24:48 -0800 Subject: Add columns to namespace for vts target base test invocation Test: make vts Change-Id: Ia0284fbc11eadef572dd510bb5847160852bd517 --- bluetooth/1.0/vts/functional/VtsHalBluetoothV1_0TargetTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bluetooth') diff --git a/bluetooth/1.0/vts/functional/VtsHalBluetoothV1_0TargetTest.cpp b/bluetooth/1.0/vts/functional/VtsHalBluetoothV1_0TargetTest.cpp index ce158750f..c8c7cb583 100644 --- a/bluetooth/1.0/vts/functional/VtsHalBluetoothV1_0TargetTest.cpp +++ b/bluetooth/1.0/vts/functional/VtsHalBluetoothV1_0TargetTest.cpp @@ -121,7 +121,7 @@ class BluetoothHidlTest : public ::testing::VtsHalHidlTargetBaseTest { public: virtual void SetUp() override { // currently test passthrough mode only - bluetooth = testing::VtsHalHidlTargetBaseTest::getService(); + bluetooth = ::testing::VtsHalHidlTargetBaseTest::getService(); ASSERT_NE(bluetooth, nullptr); ALOGI("%s: getService() for bluetooth is %s", __func__, bluetooth->isRemote() ? "remote" : "local"); -- cgit v1.2.3