Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dax/jmc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/jmc/model/tests/account.py')
-rw-r--r--src/jmc/model/tests/account.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/jmc/model/tests/account.py b/src/jmc/model/tests/account.py
index 6790567..3affb13 100644
--- a/src/jmc/model/tests/account.py
+++ b/src/jmc/model/tests/account.py
@@ -686,13 +686,13 @@ class IMAPAccount_TestCase(InheritableAccount_TestCase):
def test_build_folder_cache(self):
test_func = self.make_test(\
- [lambda data: '* LIST () "." "INBOX"\r\n' + \
- '* LIST () "." "INBOX.dir1"\r\n' + \
- '* LIST () "." "INBOX.dir1.subdir1"\r\n' + \
- '* LIST () "." "INBOX.dir1.subdir2"\r\n' + \
- '* LIST () "." "INBOX.dir2"\r\n' + \
- data.split()[0] + ' OK LIST completed\r\n'],
- ["^[^ ]* LIST \"\" \*"],
+ [lambda data: '* LIST () "." "INBOX"\r\n' + \
+ '* LIST () "." "INBOX.dir1"\r\n' + \
+ '* LIST () "." "INBOX.dir1.subdir1"\r\n' + \
+ '* LIST () "." "INBOX.dir1.subdir2"\r\n' + \
+ '* LIST () "." "INBOX.dir2"\r\n' + \
+ data.split()[0] + ' OK LIST completed\r\n'],
+ ["^[^ ]* LIST \"\" \*"],
lambda self: self.assertEquals(self.imap_account._build_folder_cache(),
{"INBOX":
{"dir1":