From: Don Armstrong Date: Sat, 25 Jul 2009 16:22:11 +0000 (-0700) Subject: * test unblock as well X-Git-Tag: release/2.6.0~458^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=620a781886822f4fbd433a36cad8feac46c3902e;p=debbugs.git * test unblock as well --- diff --git a/t/06_mail_handling.t b/t/06_mail_handling.t index 0ae5d0af..82857922 100644 --- a/t/06_mail_handling.t +++ b/t/06_mail_handling.t @@ -1,7 +1,7 @@ # -*- mode: cperl;-*- # $Id: 05_mail.t,v 1.1 2005/08/17 21:46:17 don Exp $ -use Test::More tests => 111; +use Test::More tests => 114; use warnings; use strict; @@ -243,6 +243,11 @@ my @control_commands = status_key => 'blockedby', status_value => '2', }, + unblock => {command => 'unblock', + value => ' with 2', + status_key => 'blockedby', + status_value => '', + }, summary => {command => 'summary', value => '5', status_key => 'summary',