cctool

A tool for managing contacts and calendars.
git clone https://git.ce9e.org/cctool.git

commit
a57c46c0b536465ff4ded4e66d7133ff85c59382
parent
f58f2f67b1f9be855d199434db9a684069891b9b
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2015-05-22 21:33
Fix LDIF tests

Diffstat

M tests.py 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/tests.py b/tests.py

@@ -317,8 +317,8 @@ class TestLDIF(_TestFormat):
  317   317 	def setUp(self):
  318   318 		self.format = cctool.LDIF()
  319   319 		self.data = [cctool.MultiDict([
  320    -1 			('email', ['foo@example.com']),
  321   320 			('name', ['foo']),
   -1   321 			('email', ['foo@example.com']),
  322   322 		])]
  323   323 		self.text = b'cn: foo\nmail:: Zm9vQGV4YW1wbGUuY29t'
  324   324