[Rt-commit] r7949 - in rt/branches/3.7-EXPERIMENTAL-TUNIS: t/api

clsung at bestpractical.com clsung at bestpractical.com
Mon May 28 21:11:21 EDT 2007


Author: clsung
Date: Mon May 28 21:11:19 2007
New Revision: 7949

Modified:
   rt/branches/3.7-EXPERIMENTAL-TUNIS/   (props changed)
   rt/branches/3.7-EXPERIMENTAL-TUNIS/t/api/users.t

Log:
 r10803 at going04:  clsung | 2007-05-28 09:07:27 +0800
 - Suppress redefined/once warning


Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/t/api/users.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/t/api/users.t	(original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/t/api/users.t	Mon May 28 21:11:19 2007
@@ -21,6 +21,7 @@
 {
     undef $main::_STDOUT_;
     undef $main::_STDERR_;
+    no warnings qw(redefine once);
 
 ok(my $users = RT::Users->new($RT::SystemUser));
 $users->WhoHaveRight(Object =>$RT::System, Right =>'SuperUser');


More information about the Rt-commit mailing list