Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/runalltests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runalltests.py')
-rwxr-xr-xtests/runalltests.py11
1 files changed, 3 insertions, 8 deletions
diff --git a/tests/runalltests.py b/tests/runalltests.py
index 50859c9..26df032 100755
--- a/tests/runalltests.py
+++ b/tests/runalltests.py
@@ -37,9 +37,9 @@ DOCTESTS = [
DOCTEST_OPTIONS = (doctest.ELLIPSIS | doctest.REPORT_ONLY_FIRST_FAILURE |
doctest.REPORT_UDIFF)
-DS_DBUS_SERVICE = 'org.silbe.GDataStore'
-DS_DBUS_INTERFACE = 'org.silbe.GDataStore'
-DS_DBUS_PATH = "/org/silbe/GDataStore"
+DS_DBUS_SERVICE = 'org.laptop.sugar.DataStore'
+DS_DBUS_INTERFACE = 'org.laptop.sugar.DataStore'
+DS_DBUS_PATH = '/org/laptop/sugar/DataStore'
ENVIRONMENT_WHITELIST = [
'MALLOC_CHECK_',
@@ -175,11 +175,6 @@ class TestSuiteWrapper(unittest.TestCase):
def tearDown(self):
self._kill_data_store()
- # For some unknown reason, we need to wait a bit more even after
- # the process died and D-Bus acknowledged the service has shut down.
- # On my system (Athlon BE 2300, 1.9GHz), 30ms were necessary. With
- # 500ms we should be on the safe side.
- time.sleep(.5)
self._clean_data_store()
def _kill_data_store(self):