]> git.donarmstrong.com Git - debbugs.git/blobdiff - t/06_mail_handling.t
add missing comma in Debbugs/Control; add test for expire
[debbugs.git] / t / 06_mail_handling.t
index 857c97c1d1b668a9228336546356672f442c32b1..f33c9dd2d2a0b9d2b5e2a74b0feea9c888c1cce6 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 => 78;
+use Test::More tests => 84;
 
 use warnings;
 use strict;
@@ -125,6 +125,16 @@ my @control_commands =
                            status_key => 'severity',
                            status_value => 'wishlist',
                           },
+      reassign_bar => {command => 'reassign',
+                      value   => 'bar',
+                      status_key => 'package',
+                      status_value => 'bar',
+                     },
+      reassign_foo => {command => 'reassign',
+                      value   => 'foo',
+                      status_key => 'package',
+                      status_value => 'foo',
+                     },
       'found_1.0'        => {command => 'found',
                             value   => '1.0',
                             status_key => 'found_versions',