diff options
author | Kali Kaneko <kali@leap.se> | 2015-07-09 12:03:22 -0400 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2015-07-13 11:55:31 -0400 |
commit | 2f3605dd48a02ffdb3532586c6008aa312f00545 (patch) | |
tree | 0aef0fc857af4514fdbfd4af3e69f0bd40df3af2 | |
parent | 7c14cfe10d4dcb556d03417fca0f0cb0a84ed088 (diff) |
[style] slightly more meaningful test module name
-rwxr-xr-x | mail/src/leap/mail/imap/tests/regressions_mime_struct (renamed from mail/src/leap/mail/imap/tests/regressions) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/src/leap/mail/imap/tests/regressions b/mail/src/leap/mail/imap/tests/regressions_mime_struct index 475c893..1e0e870 100755 --- a/mail/src/leap/mail/imap/tests/regressions +++ b/mail/src/leap/mail/imap/tests/regressions_mime_struct @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# regressions +# regression_mime_struct # Copyright (C) 2014 LEAP # Copyright (c) Twisted Matrix Laboratories. # @@ -18,7 +18,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. """ -Simple Regression Tests using IMAP4 client. +Simple Regression Tests for checking MIME struct handling using IMAP4 client. Iterates trough all mails under a given folder and tries to APPEND them to the server being tested. After FETCHING the pushed message, it compares |