summaryrefslogtreecommitdiff
path: root/src/test/DBusAddressTranslatorTest.cpp
diff options
context:
space:
mode:
authorPhilip Rauwolf <rauwolf@itestra.de>2013-03-01 10:58:01 +0100
committerPhilip Rauwolf <rauwolf@itestra.de>2013-03-01 10:58:01 +0100
commit654e0f8dbb243b95e28c43c8ca6e3bba0176edb9 (patch)
tree248441913ee930569c0260ec25f67bc10cf60738 /src/test/DBusAddressTranslatorTest.cpp
parentabe53c080dd11d37ef513ce17d2caf3b11afb9e1 (diff)
downloadgenivi-common-api-dbus-runtime-654e0f8dbb243b95e28c43c8ca6e3bba0176edb9.tar.gz
Correct deregistration of services in tests
Diffstat (limited to 'src/test/DBusAddressTranslatorTest.cpp')
-rw-r--r--src/test/DBusAddressTranslatorTest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/DBusAddressTranslatorTest.cpp b/src/test/DBusAddressTranslatorTest.cpp
index f8697b9..c9dcca7 100644
--- a/src/test/DBusAddressTranslatorTest.cpp
+++ b/src/test/DBusAddressTranslatorTest.cpp
@@ -179,6 +179,8 @@ TEST_F(AddressTranslatorTest, ServicesUsingPredefinedAddressesCanCommunicate) {
bool success = stubFactory->registerService(stub, commonApiAddresses[0]);
ASSERT_TRUE(success);
+ sleep(1);
+
uint32_t v1 = 5;
std::string v2 = "Hai :)";
CommonAPI::CallStatus stat;