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