summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2012-11-16 18:11:57 +0100
committerPatrick Ohly <patrick.ohly@intel.com>2012-12-03 17:14:47 +0100
commit307c5a17a6c6eef16b0dc06c56d450f8b58b76bd (patch)
tree18744a6c42ecfac0ee8e63d4d97c2d4b4f82412d /test
parentb89b37fc8cf4b691bee5d842fe4f1681beaa2887 (diff)
D-Bus testing: typo quiesence -> quiescence
Only affected a comment string.
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-dbus.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-dbus.py b/test/test-dbus.py
index 05735d88..37d343b4 100755
--- a/test/test-dbus.py
+++ b/test/test-dbus.py
@@ -4816,7 +4816,7 @@ class TestFileNotify(unittest.TestCase, DBusUtil):
@timeout(100)
def testSession2(self):
- """TestFileNotify.testSession2 - create session, shut down after quiesence period after closing it"""
+ """TestFileNotify.testSession2 - create session, shut down after quiescence period after closing it"""
self.assertTrue(self.isServerRunning())
self.setUpSession("")
self.modifyServerFile()
@@ -4832,7 +4832,7 @@ class TestFileNotify(unittest.TestCase, DBusUtil):
@timeout(100)
def testSession3(self):
- """TestFileNotify.testSession3 - shut down after quiesence period without activating a pending session request"""
+ """TestFileNotify.testSession3 - shut down after quiescence period without activating a pending session request"""
self.assertTrue(self.isServerRunning())
self.modifyServerFile()
self.assertTrue(self.isServerRunning())