Re: [PATCH 1/1] Fixing failing JSON tests.
authorPeter Feigl <craven@gmx.net>
Tue, 4 Dec 2012 14:43:17 +0000 (15:43 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:51:27 +0000 (09:51 -0800)
d0/5045aa4b47750f0937e6c3cb83db323297c191 [new file with mode: 0644]

diff --git a/d0/5045aa4b47750f0937e6c3cb83db323297c191 b/d0/5045aa4b47750f0937e6c3cb83db323297c191
new file mode 100644 (file)
index 0000000..18b6ea0
--- /dev/null
@@ -0,0 +1,65 @@
+Return-Path: <craven@gmx.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 61DF3431FB6\r
+       for <notmuch@notmuchmail.org>; Tue,  4 Dec 2012 06:43:21 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.001\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.001 tagged_above=-999 required=5\r
+       tests=[FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id fu12+fGMuZDs for <notmuch@notmuchmail.org>;\r
+       Tue,  4 Dec 2012 06:43:20 -0800 (PST)\r
+Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22])\r
+       by olra.theworths.org (Postfix) with SMTP id 8554A431FAE\r
+       for <notmuch@notmuchmail.org>; Tue,  4 Dec 2012 06:43:20 -0800 (PST)\r
+Received: (qmail invoked by alias); 04 Dec 2012 14:43:19 -0000\r
+Received: from www.nexoid.at (EHLO mail.nexoid.at) [178.79.130.240]\r
+       by mail.gmx.net (mp072) with SMTP; 04 Dec 2012 15:43:19 +0100\r
+X-Authenticated: #201305\r
+X-Provags-ID: V01U2FsdGVkX1+i5f1P0syira5XpsJEU2TNBR3bPdn5oF+ax/jRaY\r
+       gPFdD0OZ0I+irN\r
+Received: from nexoid (localhost [127.0.0.1])\r
+       by mail.nexoid.at (Postfix) with ESMTP id 2065711C109;\r
+       Tue,  4 Dec 2012 15:43:17 +0100 (CET)\r
+From: Peter Feigl <craven@gmx.net>\r
+To: Austin Clements <amdragon@MIT.EDU>\r
+Subject: Re: [PATCH 1/1] Fixing failing JSON tests.\r
+In-Reply-To: <20121204143541.GI1020@mit.edu>\r
+References: <1354628805-2148-1-git-send-email-craven@gmx.net>\r
+       <20121204143541.GI1020@mit.edu>\r
+User-Agent: Notmuch/0.11+77~gad6d0d5 (http://notmuchmail.org) Emacs/24.1.50.2\r
+       (i686-pc-linux-gnu)\r
+Date: Tue, 04 Dec 2012 15:43:17 +0100\r
+Message-ID: <87d2yp27zu.fsf@nexoid.at>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-Y-GMX-Trusted: 0\r
+Cc: notmuch@notmuchmail.org\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 04 Dec 2012 14:43:21 -0000\r
+\r
+On Tue, 4 Dec 2012 09:35:41 -0500, Austin Clements <amdragon@MIT.EDU> wrote:\r
+> I must be missing something...  These both look like whitespace-only\r
+> changes, which test_expect_equal_json normalizes.  Did you change\r
+> something else, too?\r
+\r
+They are, bremner on IRC was so kind to point out that my using Python\r
+3.3 may be connected to the problem. I'll investigate further on why\r
+exactly I get this behaviour.\r