diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2010-11-12 13:25:47 +0000 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2010-11-12 13:25:47 +0000 |
commit | 62b6ea1562f6c07133743ae0e3cd2c83b098282a (patch) | |
tree | 734619ffb17def80d26b3c276e09a49091675013 /pykolab/tests/zpush/test_000_001.py | |
parent | 036d9edf388cc979f2583849e247ef46d8dba8fd (diff) | |
download | pykolab-62b6ea1562f6c07133743ae0e3cd2c83b098282a.tar.gz |
Update the testing of contacts
Diffstat (limited to 'pykolab/tests/zpush/test_000_001.py')
-rw-r--r-- | pykolab/tests/zpush/test_000_001.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pykolab/tests/zpush/test_000_001.py b/pykolab/tests/zpush/test_000_001.py index 79b3a8a..c06e5bf 100644 --- a/pykolab/tests/zpush/test_000_001.py +++ b/pykolab/tests/zpush/test_000_001.py @@ -29,6 +29,7 @@ class Test_000_001(object): if not conf: self.conf = Conf() + self.conf.finalize_conf() else: self.conf = conf |