summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@gnome.org>2013-01-22 07:33:11 +0100
committerMartin Pitt <martinpitt@gnome.org>2013-01-22 07:33:11 +0100
commitae6fd9df131cb39ed8a2535384cb12c60f2ad918 (patch)
tree1001a71e82975f276652751e5ebcb01d70f32297 /tests
parent16e98b1edb0d3bd72e28121dcbf7b713ea109b5e (diff)
downloadgnome-settings-daemon-ae6fd9df131cb39ed8a2535384cb12c60f2ad918.tar.gz
GSDTestCase: Kill mock notification daemon on teardown
Diffstat (limited to 'tests')
-rw-r--r--tests/gsdtestcase.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/gsdtestcase.py b/tests/gsdtestcase.py
index 6efb3f2f..1e4ae2a1 100644
--- a/tests/gsdtestcase.py
+++ b/tests/gsdtestcase.py
@@ -80,6 +80,8 @@ class GSDTestCase(dbusmock.DBusTestCase):
@classmethod
def tearDownClass(klass):
+ klass.p_notify.terminate()
+ klass.p_notify.wait()
klass.stop_session()
dbusmock.DBusTestCase.tearDownClass()
shutil.rmtree(klass.workdir)