D-Bus testing: set locale in some more tests

Run some more tests with the right locale. The tests check for
a localized error message ("The connection is closed").
This commit is contained in:
Patrick Ohly 2013-04-02 08:13:03 -07:00
parent 89970c04c1
commit f640ee89b2
1 changed files with 4 additions and 2 deletions

View File

@ -4044,6 +4044,7 @@ END:VCARD''')
self.assertEqual(report["source-addressbook-status"], "0") # unknown status for source (aborted early)
@timeout(200)
@property("ENV", "LC_ALL=en_US.UTF-8 LANGUAGE=en_US")
def testParentFailure(self):
"""TestLocalSync.testParentFailure - check that server and local sync helper detect when D-Bus helper dies"""
self.setUpConfigs(childPassword="-")
@ -4113,6 +4114,7 @@ END:VCARD''')
'sync parent quit unexpectedly'))
@timeout(200)
@property("ENV", "LC_ALL=en_US.UTF-8 LANGUAGE=en_US")
def testChildFailure(self):
"""TestLocalSync.testChildFailure - check that server and D-Bus sync helper detect when local sync helper dies"""
self.setUpConfigs(childPassword="-")
@ -7757,7 +7759,7 @@ END:VCARD
@property("debug", False)
@property("ENV", "SYNCEVOLUTION_SYNC_DELAY=60")
@property("ENV", "SYNCEVOLUTION_SYNC_DELAY=60 LC_ALL=en_US.UTF-8 LANGUAGE=en_US")
@timeout(200)
def testSyncFailure1(self):
"""TestCmdline.testSyncFailure1 - check that cmdline notices when sync fails prematurely before it even starts"""
@ -7806,7 +7808,7 @@ END:VCARD
''' in out)
@property("debug", False)
@property("ENV", "SYNCEVOLUTION_LOCAL_CHILD_DELAY2=60")
@property("ENV", "SYNCEVOLUTION_LOCAL_CHILD_DELAY2=60 LC_ALL=en_US.UTF-8 LANGUAGE=en_US")
@timeout(200)
def testSyncFailure2(self):
"""TestCmdline.testSyncFailure2 - check that cmdline notices when sync fails prematurely in the middle"""