]> git.donarmstrong.com Git - debbugs.git/blobdiff - t/06_mail_handling.t
Don't print strange-looking "Usertags are now: ." message when removing all usertags.
[debbugs.git] / t / 06_mail_handling.t
index f0b2b375c9ef6db564e7c8b58daf983751bdfc93..2f8f452d7983c98431b5f258f7867fbe72506a10 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 => 126;
+use Test::More tests => 127;
 
 use warnings;
 use strict;
@@ -26,13 +26,8 @@ use Encode qw(decode encode);
 
 # HTTP::Server:::Simple defines a SIG{CHLD} handler that breaks system; undef it here.
 $SIG{CHLD} = sub {};
-my %config;
-eval {
-     %config = create_debbugs_configuration();
-};
-if ($@) {
-     BAIL_OUT($@);
-}
+my %config = create_debbugs_configuration();
+
 
 my $sendmail_dir = $config{sendmail_dir};
 my $spool_dir = $config{spool_dir};
@@ -118,6 +113,22 @@ my $status = read_bug(bug=>1);
 ok($status->{subject} eq 'new title','bug 1 retitled');
 ok($status->{severity} eq 'wishlist','bug 1 wishlisted');
 
+# now check to see if we can close a bug using a psuedoheader done
+send_message(to => '1-done@bugs.something',
+            headers => [To   => 'control@bugs.something',
+                        From => 'foo@bugs.something',
+                        Subject => 'Munging a bug',
+                       ],
+            body => <<'EOF') or fail 'message to control@bugs.something failed';
+Done: Me Developer <me@bugs.something>
+
+I'm closing this bug for reasons
+EOF
+
+$status = read_bug(bug=>1);
+ok($status->{done} eq 'Me Developer <me@bugs.something>');
+
+
 # now we're going to go through and methododically test all of the control commands.
 my @control_commands =
      (