Re: [PATCH v4 13/16] add indexopts to notmuch python bindings.
[notmuch-archives.git] / e5 / e3702b8774d99a89ead91b302c578ef04c1df6
1 Return-Path: <tomi.ollila@iki.fi>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 6DBD9431FAF\r
6         for <notmuch@notmuchmail.org>; Sat, 17 Nov 2012 08:40:12 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id XlyFwJHUgW5w for <notmuch@notmuchmail.org>;\r
16         Sat, 17 Nov 2012 08:40:11 -0800 (PST)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id 5232B431FAE\r
19         for <notmuch@notmuchmail.org>; Sat, 17 Nov 2012 08:40:11 -0800 (PST)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21         by guru.guru-group.fi (Postfix) with ESMTP id 2BCDE1000E2;\r
22         Sat, 17 Nov 2012 18:40:09 +0200 (EET)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: david@tethera.net, notmuch@notmuchmail.org\r
25 Subject: Re: [PATCH 1/2] test: add more informative titles to restore\r
26         --accumulate tests\r
27 In-Reply-To: <1353162631-7947-1-git-send-email-david@tethera.net>\r
28 References: <8762552dre.fsf@betacantrips.com>\r
29         <1353162631-7947-1-git-send-email-david@tethera.net>\r
30 User-Agent: Notmuch/0.14+84~g8a199bf (http://notmuchmail.org) Emacs/24.2.1\r
31         (x86_64-unknown-linux-gnu)\r
32 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
33         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
34         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
35 Date: Sat, 17 Nov 2012 18:40:08 +0200\r
36 Message-ID: <m27gpkmbdj.fsf@guru.guru-group.fi>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain\r
39 Cc: David Bremner <bremner@debian.org>\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Sat, 17 Nov 2012 16:40:12 -0000\r
53 \r
54 On Sat, Nov 17 2012, david@tethera.net wrote:\r
55 \r
56 > From: David Bremner <bremner@debian.org>\r
57 >\r
58 > Thanks to Ethan for the suggestion.\r
59 > ---\r
60 \r
61 LGTM -- with an added bonus of known misspelling gone in commit message ;)\r
62 \r
63 Tomi\r
64  \r
65 >  test/dump-restore |    4 ++--\r
66 >  1 file changed, 2 insertions(+), 2 deletions(-)\r
67 >\r
68 > diff --git a/test/dump-restore b/test/dump-restore\r
69 > index f25f7cf..7acf7fe 100755\r
70 > --- a/test/dump-restore\r
71 > +++ b/test/dump-restore\r
72 > @@ -39,12 +39,12 @@ test_expect_success 'Restore with nothing to do' \\r
73 >    notmuch dump > dump.actual &&\r
74 >    test_cmp dump.expected dump.actual'\r
75 >  \r
76 > -test_expect_success 'Restore with nothing to do, II' \\r
77 > +test_expect_success 'Accumulate with existing tags' \\r
78 >    'notmuch restore --accumulate --input=dump.expected &&\r
79 >    notmuch dump > dump.actual &&\r
80 >    test_cmp dump.expected dump.actual'\r
81 >  \r
82 > -test_expect_success 'Restore with nothing to do, III' \\r
83 > +test_expect_success 'Accumulate with no tags' \\r
84 >    'notmuch restore --accumulate < clear.expected &&\r
85 >    notmuch dump > dump.actual &&\r
86 >    test_cmp dump.expected dump.actual'\r
87 > -- \r
88 > 1.7.10.4\r
89 >\r
90 > _______________________________________________\r
91 > notmuch mailing list\r
92 > notmuch@notmuchmail.org\r
93 > http://notmuchmail.org/mailman/listinfo/notmuch\r