]> git.donarmstrong.com Git - debbugs.git/commitdiff
* test unblock as well
authorDon Armstrong <don@donarmstrong.com>
Sat, 25 Jul 2009 16:22:11 +0000 (09:22 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sat, 25 Jul 2009 16:22:11 +0000 (09:22 -0700)
t/06_mail_handling.t

index 0ae5d0afac26ff1ebea92fcf79f6f463df8afdb0..8285792260cdbfee8cd45602f6f39ada2b9e8610 100644 (file)
@@ -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',