[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.7-853-g63c28f2
Shawn Moore
sartak at bestpractical.com
Mon Dec 13 16:56:31 EST 2010
The branch, 3.9-trunk has been updated
via 63c28f207ca80649bd3dfceead73bc11f931e0d8 (commit)
from 947086c16d3852e45e1ef57dbeed85e74b3c78eb (commit)
Summary of changes:
t/mail/gateway.t | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 63c28f207ca80649bd3dfceead73bc11f931e0d8
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Mon Dec 13 16:54:10 2010 -0500
Promote a TODO test by fixing its regex
diff --git a/t/mail/gateway.t b/t/mail/gateway.t
index 034c58c..0ee793a 100644
--- a/t/mail/gateway.t
+++ b/t/mail/gateway.t
@@ -250,9 +250,9 @@ EOF
ok( !$u->Id, "user does not exist and was not created by failed ticket submission");
$m->next_warning_like(qr/RT's configuration does not allow\s+for the creation of a new user for this email/);
+ $m->next_warning_like(qr/RT could not load a valid user/);
TODO: {
local $TODO = "we're a bit noisy for this warning case";
- $m->next_warning_like(qr/Could not load a valid user/);
$m->no_leftover_warnings_ok;
}
}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list