Re: [PATCH 07/25] test: remove json test for search null result, since it's being...
authorCarl Worth <cworth@cworth.org>
Wed, 1 Jun 2011 23:41:21 +0000 (16:41 +1700)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:38:29 +0000 (09:38 -0800)
7e/ab618e16cfaf552d4d64d6e9e0ec89537170e2 [new file with mode: 0644]

diff --git a/7e/ab618e16cfaf552d4d64d6e9e0ec89537170e2 b/7e/ab618e16cfaf552d4d64d6e9e0ec89537170e2
new file mode 100644 (file)
index 0000000..e021f75
--- /dev/null
@@ -0,0 +1,94 @@
+Return-Path: <cworth@cworth.org>\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 CD7BB429E25\r
+       for <notmuch@notmuchmail.org>; Wed,  1 Jun 2011 16:41:42 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.01\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.01 tagged_above=-999 required=5\r
+       tests=[T_MIME_NO_TEXT=0.01] 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 0uIfD4HdTNsb for <notmuch@notmuchmail.org>;\r
+       Wed,  1 Jun 2011 16:41:42 -0700 (PDT)\r
+Received: from arlo.cworth.org (arlo.cworth.org [50.43.72.2])\r
+       by olra.theworths.org (Postfix) with ESMTP id 4E3B9431FB6\r
+       for <notmuch@notmuchmail.org>; Wed,  1 Jun 2011 16:41:42 -0700 (PDT)\r
+Received: from yoom.home.cworth.org (localhost [127.0.0.1])\r
+       by arlo.cworth.org (Postfix) with ESMTP id 4023329A482;\r
+       Wed,  1 Jun 2011 16:41:41 -0700 (PDT)\r
+Received: by yoom.home.cworth.org (Postfix, from userid 1000)\r
+       id 26E4954C02C; Wed,  1 Jun 2011 16:41:41 -0700 (PDT)\r
+From: Carl Worth <cworth@cworth.org>\r
+To: Jameson Graef Rollins <jrollins@finestructure.net>,\r
+       Notmuch Mail <notmuch@notmuchmail.org>\r
+Subject: Re: [PATCH 07/25] test: remove json test for search null result,\r
+       since it's being more properly tested in search-output\r
+In-Reply-To: <1306619520-25730-8-git-send-email-jrollins@finestructure.net>\r
+References: <1306619520-25730-1-git-send-email-jrollins@finestructure.net>\r
+       <1306619520-25730-2-git-send-email-jrollins@finestructure.net>\r
+       <1306619520-25730-3-git-send-email-jrollins@finestructure.net>\r
+       <1306619520-25730-4-git-send-email-jrollins@finestructure.net>\r
+       <1306619520-25730-5-git-send-email-jrollins@finestructure.net>\r
+       <1306619520-25730-6-git-send-email-jrollins@finestructure.net>\r
+       <1306619520-25730-7-git-send-email-jrollins@finestructure.net>\r
+       <1306619520-25730-8-git-send-email-jrollins@finestructure.net>\r
+User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.3.1\r
+       (i486-pc-linux-gnu)\r
+Date: Wed, 01 Jun 2011 16:41:21 -0700\r
+Message-ID: <87ei3dxgpq.fsf@yoom.home.cworth.org>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+       micalg=pgp-sha1; protocol="application/pgp-signature"\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: Wed, 01 Jun 2011 23:41:42 -0000\r
+\r
+--=-=-=\r
+\r
+On Sat, 28 May 2011 14:51:42 -0700, Jameson Graef Rollins <jrollins@finestructure.net> wrote:\r
+> The test in json was inferior to the one in search-output, since it\r
+> wasn't properly testing for the presence of a trailing newline.\r
+\r
+Hi Jamie,\r
+\r
+I've pushed the series up to this point now, (along with the vim\r
+improvements that weren't in your original mailing of the series).\r
+\r
+I really appreciate the missing-newline bug-fix along with all the\r
+improved testing for that. Thanks! I re-ordered that portion of the\r
+patch series a tiny bit to put the bug fix immediately after the commit\r
+that makes the tests start failing. I also reworded a few commit\r
+messages slightly.\r
+\r
+But I didn't make any code changes so it's trivial enough for me to keep\r
+using "git rebase" to keep your series on top of my modified master.\r
+\r
+I'll keep posting as I'm pushing.\r
+\r
+-Carl\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.11 (GNU/Linux)\r
+\r
+iEYEARECAAYFAk3mziEACgkQ6JDdNq8qSWi68QCdG6SrxYTxJku7q+c9GHUgAbjV\r
+ugIAn18yU4j7jENuLpRTldhY7HGRFv5e\r
+=nLVJ\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r