[Rt-commit] r18123 - in rt/3.999/branches/merge_to_3.8.2: t/api
    sunnavy at bestpractical.com 
    sunnavy at bestpractical.com
       
    Sun Feb  1 23:45:22 EST 2009
    
    
  
Author: sunnavy
Date: Sun Feb  1 23:45:22 2009
New Revision: 18123
Modified:
   rt/3.999/branches/merge_to_3.8.2/   (props changed)
   rt/3.999/branches/merge_to_3.8.2/t/api/date.t
Log:
 r19429 at sunnavys-mb:  sunnavy | 2009-02-02 12:43:44 +0800
 move use Test::MockTime ahead
Modified: rt/3.999/branches/merge_to_3.8.2/t/api/date.t
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/t/api/date.t	(original)
+++ rt/3.999/branches/merge_to_3.8.2/t/api/date.t	Sun Feb  1 23:45:22 2009
@@ -1,8 +1,8 @@
 #!/usr/bin/perl
 
 use warnings; use strict;
-use RT::Test;
 use Test::MockTime qw(set_fixed_time restore_time);
+use RT::Test;
 
 use Test::More tests => 166;
 
    
    
More information about the Rt-commit
mailing list