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 BB90D429E27 for ; Mon, 9 May 2011 20:30:48 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 1.7 X-Spam-Level: * X-Spam-Status: No, score=1.7 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, FREEMAIL_REPLY=2.499, 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 rX6cWUzWcGAS for ; Mon, 9 May 2011 20:30:48 -0700 (PDT) Received: from mail-fx0-f53.google.com (mail-fx0-f53.google.com [209.85.161.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id F1AE1429E26 for ; Mon, 9 May 2011 20:30:47 -0700 (PDT) Received: by fxm8 with SMTP id 8so4348123fxm.26 for ; Mon, 09 May 2011 20:30:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:subject:date:message-id:x-mailer; bh=XFlqBWdkfaTfxocHr/EjPEd8sUeIKeaKM3SwyvlLc6Q=; b=KVzTyMNqNnqxlTYYCAwQmBYfAQzcVsYnDuwx6Ls4a3iB4ck8Gxnxf2nfXWeUZ++Zal +1VmvzHclDDKfxSXAp2iq3ZUcbP50dwJXkslEcKuz2iPVJkGjSMw2/DLjS5zhq9SXzIN zkVqEvEbz4jnS/RYeM5EaFfH/T+x8D4oJLDfU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:x-mailer; b=kgdWJ7yPOcOkVpi15RD4U/izR8bmxu4XvWjyXtcliDfLZcL8TQPqkSjDJmy3nVEabe WmbfIxSd6XR12aG+uM32B10jeFO6qH8zNtfsgzgdrNknvCqmfEOFzbJKJCo3gIIhKe77 bgDeKGw4BDN2ZxMhQ5xaxmn7NCOb8Y3rlILTw= Received: by 10.223.99.85 with SMTP id t21mr766249fan.102.1304998246708; Mon, 09 May 2011 20:30:46 -0700 (PDT) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id 13sm2202822fau.16.2011.05.09.20.30.45 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 09 May 2011 20:30:46 -0700 (PDT) From: Dmitry Kurochkin To: Notmuch Mail Subject: [PATCH v2 0/2] test: add test for saving attachments using notmuch-show-save-part Date: Tue, 10 May 2011 07:30:49 +0400 Message-Id: <1304998251-28700-1-git-send-email-dmitry.kurochkin@gmail.com> X-Mailer: git-send-email 1.7.5.1 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: Tue, 10 May 2011 03:30:48 -0000 This is amended patch from id:"1304990689-10933-1-git-send-email-dmitry.kurochkin@gmail.com" to test saving attachments withing Emacs using notmuch-show-save-part. It uses test_expect_equal_file instead of test_expect_equal as suggested by Jameson. This patch is for the release-candidate/0.6 branch. Regards, Dmitry