diff options
Diffstat (limited to 'dbus/end_to_end_sync_unittest.cc')
-rw-r--r-- | dbus/end_to_end_sync_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus/end_to_end_sync_unittest.cc b/dbus/end_to_end_sync_unittest.cc index fe0489a..87b261f 100644 --- a/dbus/end_to_end_sync_unittest.cc +++ b/dbus/end_to_end_sync_unittest.cc @@ -18,7 +18,7 @@ class EndToEndSyncTest : public testing::Test { EndToEndSyncTest() { } - void SetUp() { + virtual void SetUp() { // Start the test service; dbus::TestService::Options options; test_service_.reset(new dbus::TestService(options)); @@ -36,7 +36,7 @@ class EndToEndSyncTest : public testing::Test { ASSERT_FALSE(client_bus_->HasDBusThread()); } - void TearDown() { + virtual void TearDown() { test_service_->Shutdown(); ASSERT_TRUE(test_service_->WaitUntilServiceIsShutdown()); test_service_->Stop(); |