X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=unittest%2Fbluetooth-agent_test.cpp;h=c75d20f2a71bbdc738ef7bc62c11ae821590475e;hb=e99141e8368c76cf90426768c2f457b275d053e1;hp=a8e48c235aa72d26f62d0fa75804bb0727167a15;hpb=67f89b02549e72dd182125421696950380a1a5bb;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-agent.git diff --git a/unittest/bluetooth-agent_test.cpp b/unittest/bluetooth-agent_test.cpp index a8e48c2..c75d20f 100644 --- a/unittest/bluetooth-agent_test.cpp +++ b/unittest/bluetooth-agent_test.cpp @@ -20,7 +20,6 @@ * @brief Unit-tests setup */ -#include #include #include #include @@ -45,15 +44,6 @@ /* pb-agent header files */ #include "bluetooth_pb_vcard.h" -using ::testing::EmptyTestEventListener; -using ::testing::InitGoogleTest; -using ::testing::Test; -using ::testing::TestCase; -using ::testing::TestEventListeners; -using ::testing::TestInfo; -using ::testing::TestPartResult; -using ::testing::UnitTest; - static GMainLoop *mainloop = NULL; @@ -1274,7 +1264,7 @@ TEST(BluetoothPBAgent_test, _bt_is_sim_addressbook) { } int main(int argc, char **argv) { - InitGoogleTest(&argc, argv); + testing::InitGoogleTest(&argc, argv); return RUN_ALL_TESTS(); }