X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=t%2F06_mail_handling.t;fp=t%2F06_mail_handling.t;h=9489af01a3d8407ecc81a141ae6ff26511ab9eb0;hb=04d8d896dabc0b9314127a704b6f285a9fe54ecc;hp=cc37feb35ede4248c3b70f52b59ea86f68dfa2ed;hpb=71c5c6083a3aa5342e37c824955e5adf12a63ded;p=debbugs.git diff --git a/t/06_mail_handling.t b/t/06_mail_handling.t index cc37feb..9489af0 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 => 123; +use Test::More tests => 126; use warnings; use strict; @@ -208,6 +208,11 @@ my @control_commands = status_key => 'owner', status_value => 'foo@bar.com', }, + owner_replyto => {command => 'owner', + value => '!', + status_key => 'owner', + status_value => 'foo@bugs.something', + }, noowner => {command => 'noowner', value => '', status_key => 'owner',