[Bps-public-commit] RT-Extension-CommandByMail branch, master, updated. 0.09-1-g01320e4
? sunnavy
sunnavy at bestpractical.com
Tue Apr 5 09:45:18 EDT 2011
The branch, master has been updated
via 01320e4fa99800e17a4956049f8948994ec28bfc (commit)
from a8f4f4fb8f8efda5dfe4cdea35579471b6d90d9a (commit)
Summary of changes:
t/02.create.t | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 01320e4fa99800e17a4956049f8948994ec28bfc
Author: sunnavy <sunnavy at bestpractical.com>
Date: Tue Apr 5 21:44:41 2011 +0800
tiny tweak status to make it work with default lifecycle
diff --git a/t/02.create.t b/t/02.create.t
index 32c6633..19e4141 100644
--- a/t/02.create.t
+++ b/t/02.create.t
@@ -3,7 +3,7 @@
use strict;
use warnings;
-use Test::More tests => 147;
+use Test::More tests => 144;
BEGIN { require 't/utils.pl' }
RT::Init();
@@ -28,7 +28,7 @@ END
# XXX: use statuses from config/libs
diag("set status on create") if $ENV{'TEST_VERBOSE'};
-foreach my $status ( qw(new open stalled rejected) ) {
+foreach my $status ( qw(new open resolved) ) {
my $text = <<END;
Subject: test
From: root\@localhost
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list