From patchwork Mon Jun 26 20:49:32 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Finucane X-Patchwork-Id: 780866 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3wxLls6syxz9s81 for ; Tue, 27 Jun 2017 06:50:01 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b="MWfxj9fc"; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 3wxLls50zFzDr2y for ; Tue, 27 Jun 2017 06:50:01 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b="MWfxj9fc"; dkim-atps=neutral X-Original-To: patchwork@lists.ozlabs.org Delivered-To: patchwork@lists.ozlabs.org Received: from cat.ash.relay.mailchannels.net (cat.ash.relay.mailchannels.net [23.83.222.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3wxLlh0zRqzDr2f for ; Tue, 27 Jun 2017 06:49:50 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b="MWfxj9fc"; dkim-atps=neutral X-Sender-Id: mxroute|x-authuser|stephen@that.guru Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id BD7C5107812; Mon, 26 Jun 2017 20:49:42 +0000 (UTC) Received: from one.mxroute.com (unknown [100.96.129.109]) (Authenticated sender: mxroute) by relay.mailchannels.net (Postfix) with ESMTPA id 5449110703D; Mon, 26 Jun 2017 20:49:42 +0000 (UTC) X-Sender-Id: mxroute|x-authuser|stephen@that.guru Received: from one.mxroute.com (one-outgoing.mxroute.com [172.20.72.20]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.9.7); Mon, 26 Jun 2017 20:49:42 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: mxroute|x-authuser|stephen@that.guru X-MailChannels-Auth-Id: mxroute X-Plucky-Decisive: 087030672257ce88_1498510182635_912638117 X-MC-Loop-Signature: 1498510182635:2759742778 X-MC-Ingress-Time: 1498510182634 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=that.guru; s=default; h=Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:MIME-Version :Content-Type:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=OQYWkz+7GYtHSDHK89vVuSy37rEGX3oUkVst7fQQsE0=; b=MWfxj9fch2reYULLJqyNY/U39z PBXSD6JWqXFAbr+8V4L9ZYQECGOoCM5OaFpXpwIzFZZoMqkM0LAR+w3tViQONtYW15C/kEC3w8V0O 737W/9gaH+Ed1yEkRMhfyhVZ3+nseQ48U1KhD8sJb6GC3RTjLTxfPOc18G1oDS381MB+Uf7BvONdd VksHyUhbn+pRDgPSZCDEpu6jMkk9ESE74hNH99YLpVjVtKboPdmyRe7ZgdR9SjI29Vtf5FL3J8kbh joYxK71AAlhP1AblrGxw3f0rx/G7035uAU2GnuW0mllysWQcnu+sLDo5/7SDx0s7lz7NdiCNZ2mYk JGjzx95Q==; From: Stephen Finucane To: patchwork@lists.ozlabs.org Subject: [PATCH] parser: Trivial fix of test docstring Date: Mon, 26 Jun 2017 21:49:32 +0100 Message-Id: <20170626204932.6243-1-stephen@that.guru> X-Mailer: git-send-email 2.9.4 X-AuthUser: stephen@that.guru X-BeenThere: patchwork@lists.ozlabs.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Patchwork development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: patchwork-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Patchwork" Based on the 'References' and 'In-Reply-To' headers of the used mbox, the docstring for the 'test_reply_nocover_noversion' test is incorrect. Fix this. Signed-off-by: Stephen Finucane Cc: Daniel Axtens Reviewed-by: Sean Farley --- patchwork/tests/test_series.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/patchwork/tests/test_series.py b/patchwork/tests/test_series.py index c1ede06..17a8c73 100644 --- a/patchwork/tests/test_series.py +++ b/patchwork/tests/test_series.py @@ -483,11 +483,10 @@ class RevisedSeriesTest(_BaseTestCase): Input: + - [PATCH 1/2] test: Add some lorem ipsum + - [PATCH 2/2] test: Convert to Markdown - [PATCH 1/2] test: Add some lorem ipsum - [PATCH 2/2] test: Convert to Markdown - - [PATCH 1/2] test: Add some lorem ipsum - - [PATCH 2/2] test: Convert to Markdown - """ covers, patches, _ = self._parse_mbox( 'bugs-nocover-noversion.mbox', [0, 4, 0])