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 3CCEB431FD6 for ; Wed, 29 Feb 2012 10:11:45 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.201 X-Spam-Level: X-Spam-Status: No, score=0.201 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 hwJhR0Md-ltV for ; Wed, 29 Feb 2012 10:11:44 -0800 (PST) Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com [74.125.82.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id AAB31429E38 for ; Wed, 29 Feb 2012 10:11:44 -0800 (PST) Received: by mail-ww0-f45.google.com with SMTP id dt14so2810749wgb.2 for ; Wed, 29 Feb 2012 10:11:44 -0800 (PST) Received-SPF: pass (google.com: domain of markwalters1009@gmail.com designates 10.216.134.5 as permitted sender) client-ip=10.216.134.5; Authentication-Results: mr.google.com; spf=pass (google.com: domain of markwalters1009@gmail.com designates 10.216.134.5 as permitted sender) smtp.mail=markwalters1009@gmail.com; dkim=pass header.i=markwalters1009@gmail.com Received: from mr.google.com ([10.216.134.5]) by 10.216.134.5 with SMTP id r5mr736395wei.39.1330539104417 (num_hops = 1); Wed, 29 Feb 2012 10:11:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=85XESMtbLh9+eb7MFrVMpbEr3A5oGOkhD66Y6tsTs9c=; b=qLy03+y6zMbxVtkdFxbikqmtZeHwJp724qlbjj4/Jdv9m3Y/jnBleW7EOYnVhCQphh eQ5xUXbXo0WyJi1cQzTEhGcvWXQj3wD0QSRp1rTidmoJRAVaiQtYUQsYjVWsy2RSLX3/ mYXGw4lneRTFG9yLLdcRTUM65reVnT1YVU3Go= Received: by 10.216.134.5 with SMTP id r5mr588644wei.39.1330539104346; Wed, 29 Feb 2012 10:11:44 -0800 (PST) Received: from localhost (94-192-233-223.zone6.bethere.co.uk. [94.192.233.223]) by mx.google.com with ESMTPS id s8sm36664863wiz.8.2012.02.29.10.11.43 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 29 Feb 2012 10:11:43 -0800 (PST) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH 5/5] test: mark exclude tests broken for 0.12 Date: Wed, 29 Feb 2012 18:13:09 +0000 Message-Id: <1330539189-16593-6-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 1.7.2.3 In-Reply-To: <1330539189-16593-1-git-send-email-markwalters1009@gmail.com> References: <1330539189-16593-1-git-send-email-markwalters1009@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Wed, 29 Feb 2012 18:11:45 -0000 --- test/search | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/test/search b/test/search index 414be35..c55522b 100755 --- a/test/search +++ b/test/search @@ -130,6 +130,7 @@ output=$(notmuch search "bödý" | notmuch_search_sanitize) test_expect_equal "$output" "thread:XXX 2000-01-01 [1/1] Notmuch Test Suite; utf8-message-body-subject (inbox unread)" test_begin_subtest "Exclude \"deleted\" messages from search" +test_subtest_known_broken notmuch config set search.exclude_tags = deleted generate_message '[subject]="Not deleted"' generate_message '[subject]="Deleted"' @@ -143,6 +144,7 @@ output=$(notmuch search subject:deleted and tag:deleted | notmuch_search_sanitiz test_expect_equal "$output" "thread:XXX 2001-01-05 [1/1] Notmuch Test Suite; Deleted (deleted inbox unread)" test_begin_subtest "Exclude \"deleted\" messages from threads" +test_subtest_known_broken add_message '[subject]="Not deleted reply"' '[in-reply-to]="<$gen_msg_id>"' output=$(notmuch search subject:deleted | notmuch_search_sanitize) test_expect_equal "$output" "thread:XXX 2001-01-05 [1/1] Notmuch Test Suite; Not deleted (inbox unread) -- 1.7.2.3