From 46c0a2a5351b92765dc010bd0f327f0ac105ddbb Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 29 May 2009 16:50:47 -0700 Subject: [PATCH] test block in 06_mail_handling.t --- t/06_mail_handling.t | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/t/06_mail_handling.t b/t/06_mail_handling.t index 0c43aaa..dc863bc 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 => 96; +use Test::More tests => 102; use warnings; use strict; @@ -120,7 +120,8 @@ ok($status->{severity} eq 'wishlist','bug 1 wishlisted'); # now we're going to go through and methododically test all of the control commands. my @control_commands = - (severity_wishlist => {command => 'severity', + ( + severity_wishlist => {command => 'severity', value => 'wishlist', status_key => 'severity', status_value => 'wishlist', @@ -227,6 +228,16 @@ my @control_commands = status_key => 'mergedwith', status_value => '2', }, + unmerge => {command => 'unmerge', + value => '', + status_key => 'mergedwith', + status_value => '', + }, + block => {command => 'block', + value => ' with 2', + status_key => 'blockedby', + status_value => '2', + }, summary => {command => 'summary', value => '5', status_key => 'summary', -- 2.39.2