[Bps-public-commit] r9510 - RT-Extension-SLA/t

sunnavy at bestpractical.com sunnavy at bestpractical.com
Wed Oct 31 04:48:36 EDT 2007


Author: sunnavy
Date: Wed Oct 31 04:47:41 2007
New Revision: 9510

Modified:
   RT-Extension-SLA/t/business_hours.t
   RT-Extension-SLA/t/queue.t

Log:
no warnings 'once' for %RT::SLA and %RT::BusinessHours

Modified: RT-Extension-SLA/t/business_hours.t
==============================================================================
--- RT-Extension-SLA/t/business_hours.t	(original)
+++ RT-Extension-SLA/t/business_hours.t	Wed Oct 31 04:47:41 2007
@@ -22,6 +22,7 @@
 diag 'check business hours';
 {
 
+    no warnings 'once';
     %RT::SLA = (
         Default => 'Sunday',
         Levels  => {

Modified: RT-Extension-SLA/t/queue.t
==============================================================================
--- RT-Extension-SLA/t/queue.t	(original)
+++ RT-Extension-SLA/t/queue.t	Wed Oct 31 04:47:41 2007
@@ -35,6 +35,7 @@
 
     ok( $id, 'Created SLA Attribute for General' );
 
+    no warnings 'once';
     %RT::SLA = (
         Default => '2',
         Levels  => {



More information about the Bps-public-commit mailing list