From 620a781886822f4fbd433a36cad8feac46c3902e Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 25 Jul 2009 09:22:11 -0700 Subject: [PATCH] * test unblock as well --- t/06_mail_handling.t | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/t/06_mail_handling.t b/t/06_mail_handling.t index 0ae5d0a..8285792 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', -- 2.39.2