[gmime] Removed more broken addresses not worth supporting fro unit tests



commit 1498b38297719c29d639c7d42003ab051de85add
Author: Jeffrey Stedfast <jestedfa microsoft com>
Date:   Wed Feb 8 14:35:09 2017 -0500

    Removed more broken addresses not worth supporting fro unit tests

 tests/test-mime.c |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/tests/test-mime.c b/tests/test-mime.c
index b52e53a..9df3563 100644
--- a/tests/test-mime.c
+++ b/tests/test-mime.c
@@ -120,9 +120,6 @@ static struct {
        { "Charles,, likes illegal commas <charles superpimp org>",
          "Charles, likes illegal commas <charles superpimp org>",
          "Charles, likes illegal commas <charles superpimp org>" },
-       { "<charles@>",
-         "charles",
-         "charles" },
        { "<charles broken host com.>",
          "charles broken host com",
          "charles broken host com" },
@@ -150,15 +147,6 @@ static struct {
        { "undisclosed-recipients",
          "undisclosed-recipients",
          "undisclosed-recipients" },
-       /* The following 2 addr-specs are invalid according to the
-        * spec, but apparently some japanese cellphones use them?
-        * See Evolution bug #547969 */
-       { "some   dots hocus pocus net",
-         "some   dots hocus pocus net",
-         "some   dots hocus pocus net" },
-       { "some dots   hocus pocus net",
-         "some dots   hocus pocus net",
-         "some dots   hocus pocus net" },
        /* The following test case is to check that we properly handle
         * mailbox addresses that do not have any lwsp between the
         * name component and the addr-spec. See Evolution bug


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]