[Rt-commit] r7877 - in rt/branches/3.7-EXPERIMENTAL-TUNIS: t/api
clsung at bestpractical.com
clsung at bestpractical.com
Tue May 15 22:26:37 EDT 2007
Author: clsung
Date: Tue May 15 22:26:37 2007
New Revision: 7877
Modified:
rt/branches/3.7-EXPERIMENTAL-TUNIS/ (props changed)
rt/branches/3.7-EXPERIMENTAL-TUNIS/t/api/groups.t
Log:
r1073 at going04: clsung | 2007-05-15 09:08:22 +0800
- surpress warning of redefined/once (we actually doing that)
Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/t/api/groups.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/t/api/groups.t (original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/t/api/groups.t Tue May 15 22:26:37 2007
@@ -68,6 +68,7 @@
{
undef $main::_STDOUT_;
undef $main::_STDERR_;
+ no warnings qw/redefine once/;
my $q = RT::Queue->new($RT::SystemUser);
my ($id, $msg) =$q->Create( Name => 'GlobalACLTest');
More information about the Rt-commit
mailing list