[Rt-commit] r5696 - in rt/branches/3.7-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Sun Aug 6 23:00:22 EDT 2006


Author: ruz
Date: Sun Aug  6 23:00:22 2006
New Revision: 5696

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/lib/t/regression/shredder/01ticket.t
   rt/branches/3.7-EXPERIMENTAL/lib/t/regression/shredder/utils.pl

Log:
 r3592 at cubic-pc:  cubic | 2006-08-05 05:19:30 +0400
 * drop 'note_not_patched' function


Modified: rt/branches/3.7-EXPERIMENTAL/lib/t/regression/shredder/01ticket.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/t/regression/shredder/01ticket.t	(original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/t/regression/shredder/01ticket.t	Sun Aug  6 23:00:22 2006
@@ -25,7 +25,7 @@
     my $tickets = RT::Tickets->new( $RT::SystemUser );
     $tickets->{'allow_deleted_search'} = 1;
     $tickets->LimitStatus( VALUE => 'deleted' );
-    is( $tickets->Count, 1, "found one deleted ticket" ) or diag( note_not_patched );
+    is( $tickets->Count, 1, "found one deleted ticket" );
 
     my $shredder = shredder_new();
     $shredder->PutObjects( Objects => $tickets );

Modified: rt/branches/3.7-EXPERIMENTAL/lib/t/regression/shredder/utils.pl
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/t/regression/shredder/utils.pl	(original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/t/regression/shredder/utils.pl	Sun Aug  6 23:00:22 2006
@@ -581,21 +581,6 @@
 END
 }
 
-=head3 note_not_patched
-
-Returns note about patch if RT looks like not patched.
-
-=cut
-
-sub note_not_patched
-{
-	return <<END;
-Couldn't find deleted ticket, may be you didn't patch
-your RT. Please, read README about how, when and why you
-have to patch your RT.
-END
-}
-
 =head2 OTHER
 
 =head3 is_all_seccessful


More information about the Rt-commit mailing list