[Rt-commit] r18229 - in rt/3.999/branches/merge_to_3.8.2: t/web

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Feb 5 01:06:23 EST 2009


Author: sunnavy
Date: Thu Feb  5 01:06:23 2009
New Revision: 18229

Modified:
   rt/3.999/branches/merge_to_3.8.2/   (props changed)
   rt/3.999/branches/merge_to_3.8.2/t/web/command_line.t

Log:
 r19597 at sunnavys-mb:  sunnavy | 2009-02-05 13:58:21 +0800
 remove the no_warnings_ok test in command_line.t


Modified: rt/3.999/branches/merge_to_3.8.2/t/web/command_line.t
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/t/web/command_line.t	(original)
+++ rt/3.999/branches/merge_to_3.8.2/t/web/command_line.t	Thu Feb  5 01:06:23 2009
@@ -3,7 +3,7 @@
 use strict;
 use Test::Expect;
 use File::Spec ();
-use Test::More tests => 243;
+use Test::More tests => 241;
 use RT::Test;
 
 my ($baseurl, $m) = RT::Test->started_ok;
@@ -336,11 +336,6 @@
 expect_send("merge $merge_ticket_B $merge_ticket_A", 'Merging the tickets...');
 expect_like(qr/Merge completed/, 'Merged the tickets');
 
-TODO: {
-    local $TODO = "we generate a spurious warning here";
-    $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');
 expect_send("show ticket/$merge_ticket_B/history", 'Checking merge on second ticket');


More information about the Rt-commit mailing list