[PATCH 1/3] test: Test notmuch new for single-message mbox

2012-11-26 Thread David Bremner
Austin Clements  writes:

> We support this for historical reasons.

Pushed all 3.

d


[PATCH 1/3] test: Test notmuch new for single-message mbox

2012-11-25 Thread Mark Walters

This series looks fine to me. +1

Mark

On Sun, 25 Nov 2012, Austin Clements  wrote:
> We support this for historical reasons.
> ---
>  test/new |   13 +
>  1 file changed, 13 insertions(+)
>
> diff --git a/test/new b/test/new
> index 587aa11..43d56e4 100755
> --- a/test/new
> +++ b/test/new
> @@ -163,6 +163,19 @@ rm -rf "${MAIL_DIR}"/two
>  output=$(NOTMUCH_NEW)
>  test_expect_equal "$output" "No new mail. Removed 3 messages."
>  
> +test_begin_subtest "Support single-message mbox"
> +cat > "${MAIL_DIR}"/mbox_file1 < +From test_suite at notmuchmail.org Fri Jan  5 15:43:57 2001
> +From: Notmuch Test Suite 
> +To: Notmuch Test Suite 
> +Subject: Test mbox message 1
> +
> +Body.
> +EOF
> +output=$(NOTMUCH_NEW 2>&1)
> +test_expect_equal "$output" \
> +"Added 1 new message to the database."
> +
>  # This test requires that notmuch new has been run at least once.
>  test_begin_subtest "Skip and report non-mail files"
>  generate_message
> -- 
> 1.7.10.4
>
> ___
> notmuch mailing list
> notmuch at notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch


[PATCH 1/3] test: Test notmuch new for single-message mbox

2012-11-25 Thread Austin Clements
We support this for historical reasons.
---
 test/new |   13 +
 1 file changed, 13 insertions(+)

diff --git a/test/new b/test/new
index 587aa11..43d56e4 100755
--- a/test/new
+++ b/test/new
@@ -163,6 +163,19 @@ rm -rf "${MAIL_DIR}"/two
 output=$(NOTMUCH_NEW)
 test_expect_equal "$output" "No new mail. Removed 3 messages."

+test_begin_subtest "Support single-message mbox"
+cat > "${MAIL_DIR}"/mbox_file1 <
+To: Notmuch Test Suite 
+Subject: Test mbox message 1
+
+Body.
+EOF
+output=$(NOTMUCH_NEW 2>&1)
+test_expect_equal "$output" \
+"Added 1 new message to the database."
+
 # This test requires that notmuch new has been run at least once.
 test_begin_subtest "Skip and report non-mail files"
 generate_message
-- 
1.7.10.4



Re: [PATCH 1/3] test: Test notmuch new for single-message mbox

2012-11-25 Thread Mark Walters

This series looks fine to me. +1

Mark

On Sun, 25 Nov 2012, Austin Clements amdra...@mit.edu wrote:
 We support this for historical reasons.
 ---
  test/new |   13 +
  1 file changed, 13 insertions(+)

 diff --git a/test/new b/test/new
 index 587aa11..43d56e4 100755
 --- a/test/new
 +++ b/test/new
 @@ -163,6 +163,19 @@ rm -rf ${MAIL_DIR}/two
  output=$(NOTMUCH_NEW)
  test_expect_equal $output No new mail. Removed 3 messages.
  
 +test_begin_subtest Support single-message mbox
 +cat  ${MAIL_DIR}/mbox_file1 EOF
 +From test_su...@notmuchmail.org Fri Jan  5 15:43:57 2001
 +From: Notmuch Test Suite test_su...@notmuchmail.org
 +To: Notmuch Test Suite test_su...@notmuchmail.org
 +Subject: Test mbox message 1
 +
 +Body.
 +EOF
 +output=$(NOTMUCH_NEW 21)
 +test_expect_equal $output \
 +Added 1 new message to the database.
 +
  # This test requires that notmuch new has been run at least once.
  test_begin_subtest Skip and report non-mail files
  generate_message
 -- 
 1.7.10.4

 ___
 notmuch mailing list
 notmuch@notmuchmail.org
 http://notmuchmail.org/mailman/listinfo/notmuch
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch