database error
[notmuch-archives.git] / 8d / b814173e7afe10813747b420a8800bd146da68
1 Return-Path: <dmitry.kurochkin@gmail.com>\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 84E26431FB6\r
6         for <notmuch@notmuchmail.org>; Fri, 27 Jan 2012 20:48:50 -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.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id CqS--KoGMNWZ for <notmuch@notmuchmail.org>;\r
17         Fri, 27 Jan 2012 20:48:50 -0800 (PST)\r
18 Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com\r
19         [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id C307C431FAE\r
22         for <notmuch@notmuchmail.org>; Fri, 27 Jan 2012 20:48:49 -0800 (PST)\r
23 Received: by bkbzt19 with SMTP id zt19so2258039bkb.26\r
24         for <notmuch@notmuchmail.org>; Fri, 27 Jan 2012 20:48:48 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=from:to:subject:date:message-id:x-mailer;\r
27         bh=oNlwOfMLisuua43w6HxgexA7Cn+bf+enz8Ieyr+KghI=;\r
28         b=xGa+CQWzKN0hnxLjmZHGOweX8Zer/9j5XzHO6wUJlzABWdgUYfIxe0E9rRXbXR8Y9Z\r
29         eVXyo/XtDoKb3fA2ip667HOs7lzZmwQ2aQ9hF5H/NVsgSIvakZsbMlGWoNcdAeaC6WT4\r
30         Ji4JWk1HxoPIw6nzkFQ2olKAR+nymySG10Z7E=\r
31 Received: by 10.205.127.17 with SMTP id gy17mr4318937bkc.110.1327726128536;\r
32         Fri, 27 Jan 2012 20:48:48 -0800 (PST)\r
33 Received: from localhost ([91.144.186.21])\r
34         by mx.google.com with ESMTPS id z15sm17833821bkd.7.2012.01.27.20.48.47\r
35         (version=TLSv1/SSLv3 cipher=OTHER);\r
36         Fri, 27 Jan 2012 20:48:48 -0800 (PST)\r
37 From: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
38 To: notmuch@notmuchmail.org\r
39 Subject: [PATCH] test: remove ".sh" extension from the recently added Emacs\r
40         tests\r
41 Date: Sat, 28 Jan 2012 08:47:39 +0400\r
42 Message-Id: <1327726059-17668-1-git-send-email-dmitry.kurochkin@gmail.com>\r
43 X-Mailer: git-send-email 1.7.8.3\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Sat, 28 Jan 2012 04:48:50 -0000\r
57 \r
58 All test files, except for the recently added Emacs tests, do not have\r
59 ".sh" extension.  So remove it from the new test files for consistency.\r
60 ---\r
61  test/emacs-address-cleaning    |   18 ++++++++++++++++++\r
62  test/emacs-address-cleaning.sh |   18 ------------------\r
63  test/emacs-test-functions      |    9 +++++++++\r
64  test/emacs-test-functions.sh   |    9 ---------\r
65  test/notmuch-test              |    4 ++--\r
66  5 files changed, 29 insertions(+), 29 deletions(-)\r
67  create mode 100755 test/emacs-address-cleaning\r
68  delete mode 100755 test/emacs-address-cleaning.sh\r
69  create mode 100755 test/emacs-test-functions\r
70  delete mode 100755 test/emacs-test-functions.sh\r
71 \r
72 diff --git a/test/emacs-address-cleaning b/test/emacs-address-cleaning\r
73 new file mode 100755\r
74 index 0000000..51018fe\r
75 --- /dev/null\r
76 +++ b/test/emacs-address-cleaning\r
77 @@ -0,0 +1,18 @@\r
78 +#!/usr/bin/env bash\r
79 +\r
80 +test_description="emacs address cleaning"\r
81 +. test-lib.sh\r
82 +\r
83 +test_begin_subtest "notmuch-test-address-clean part 1"\r
84 +test_emacs_expect_t \\r
85 +    '(load "emacs-address-cleaning.el") (notmuch-test-address-cleaning-1)'\r
86 +\r
87 +test_begin_subtest "notmuch-test-address-clean part 2"\r
88 +test_emacs_expect_t \\r
89 +    '(load "emacs-address-cleaning.el") (notmuch-test-address-cleaning-2)'\r
90 +\r
91 +test_begin_subtest "notmuch-test-address-clean part 3"\r
92 +test_emacs_expect_t \\r
93 +    '(load "emacs-address-cleaning.el") (notmuch-test-address-cleaning-3)'\r
94 +\r
95 +test_done\r
96 diff --git a/test/emacs-address-cleaning.sh b/test/emacs-address-cleaning.sh\r
97 deleted file mode 100755\r
98 index 51018fe..0000000\r
99 --- a/test/emacs-address-cleaning.sh\r
100 +++ /dev/null\r
101 @@ -1,18 +0,0 @@\r
102 -#!/usr/bin/env bash\r
103 -\r
104 -test_description="emacs address cleaning"\r
105 -. test-lib.sh\r
106 -\r
107 -test_begin_subtest "notmuch-test-address-clean part 1"\r
108 -test_emacs_expect_t \\r
109 -    '(load "emacs-address-cleaning.el") (notmuch-test-address-cleaning-1)'\r
110 -\r
111 -test_begin_subtest "notmuch-test-address-clean part 2"\r
112 -test_emacs_expect_t \\r
113 -    '(load "emacs-address-cleaning.el") (notmuch-test-address-cleaning-2)'\r
114 -\r
115 -test_begin_subtest "notmuch-test-address-clean part 3"\r
116 -test_emacs_expect_t \\r
117 -    '(load "emacs-address-cleaning.el") (notmuch-test-address-cleaning-3)'\r
118 -\r
119 -test_done\r
120 diff --git a/test/emacs-test-functions b/test/emacs-test-functions\r
121 new file mode 100755\r
122 index 0000000..0e1f9fc\r
123 --- /dev/null\r
124 +++ b/test/emacs-test-functions\r
125 @@ -0,0 +1,9 @@\r
126 +#!/usr/bin/env bash\r
127 +\r
128 +test_description="emacs test function sanity"\r
129 +. test-lib.sh\r
130 +\r
131 +test_begin_subtest "emacs test function sanity"\r
132 +test_emacs_expect_t 't'\r
133 +\r
134 +test_done\r
135 diff --git a/test/emacs-test-functions.sh b/test/emacs-test-functions.sh\r
136 deleted file mode 100755\r
137 index 0e1f9fc..0000000\r
138 --- a/test/emacs-test-functions.sh\r
139 +++ /dev/null\r
140 @@ -1,9 +0,0 @@\r
141 -#!/usr/bin/env bash\r
142 -\r
143 -test_description="emacs test function sanity"\r
144 -. test-lib.sh\r
145 -\r
146 -test_begin_subtest "emacs test function sanity"\r
147 -test_emacs_expect_t 't'\r
148 -\r
149 -test_done\r
150 diff --git a/test/notmuch-test b/test/notmuch-test\r
151 index 3f1740c..ced6b47 100755\r
152 --- a/test/notmuch-test\r
153 +++ b/test/notmuch-test\r
154 @@ -52,8 +52,8 @@ TESTS="\r
155    python\r
156    hooks\r
157    argument-parsing\r
158 -  emacs-test-functions.sh\r
159 -  emacs-address-cleaning.sh\r
160 +  emacs-test-functions\r
161 +  emacs-address-cleaning\r
162  "\r
163  TESTS=${NOTMUCH_TESTS:=$TESTS}\r
164  \r
165 -- \r
166 1.7.8.3\r
167 \r