[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-534-g0603cea
Jesse Vincent
jesse at bestpractical.com
Tue Aug 24 16:03:19 EDT 2010
The branch, 3.9-trunk has been updated
via 0603ceab630ff54ed7c2f6479f909003fed65861 (commit)
from f14eac7b91493aa430f116d6e9d0fc573b636527 (commit)
Summary of changes:
t/web/command_line.t | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 0603ceab630ff54ed7c2f6479f909003fed65861
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Tue Aug 24 16:05:38 2010 -0400
Revert "remove passing todo test for "no warnings"", replace it with
actually checking for no warnings
This reverts commit f14eac7b91493aa430f116d6e9d0fc573b636527.
diff --git a/t/web/command_line.t b/t/web/command_line.t
index e6527dc..ef0ac6c 100644
--- a/t/web/command_line.t
+++ b/t/web/command_line.t
@@ -3,7 +3,7 @@
use strict;
use File::Spec ();
use Test::Expect;
-use RT::Test tests => 294;
+use RT::Test tests => 295;
my ($baseurl, $m) = RT::Test->started_ok;
use RT::User;
@@ -395,6 +395,7 @@ ok($merge_ticket_B, "Got second ticket to merge id=$merge_ticket_B");
expect_send("merge $merge_ticket_B $merge_ticket_A", 'Merging the tickets...');
expect_like(qr/Merge completed/, 'Merged the tickets');
+$m->no_warnings_ok;
expect_send("show ticket/$merge_ticket_A/history", 'Checking merge on first ticket');
expect_like(qr/Merged into ticket #$merge_ticket_A by root/, 'Merge recorded in first ticket');
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list