[Rt-commit] r18110 - rt/3.999/branches/merge_to_3.8.2/t/api

clkao at bestpractical.com clkao at bestpractical.com
Fri Jan 30 09:36:51 EST 2009


Author: clkao
Date: Fri Jan 30 09:36:51 2009
New Revision: 18110

Modified:
   rt/3.999/branches/merge_to_3.8.2/t/api/date.t

Log:
RT::Date->iso

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	Fri Jan 30 09:36:51 2009
@@ -320,10 +320,10 @@
     {
         set_fixed_time("2005-11-28T15:10:00Z");
         $date->set(format => 'unknown', value => 'now');
-        is($date->ISO, '2005-11-28 15:10:00', "YYYY-DD-MM hh:mm:ss");
+        is($date->iso, '2005-11-28 15:10:00', "YYYY-DD-MM hh:mm:ss");
 
         $date->set(format => 'unknown', value => '1 day ago');
-        is($date->ISO, '2005-11-27 15:10:00', "YYYY-DD-MM hh:mm:ss");
+        is($date->iso, '2005-11-27 15:10:00', "YYYY-DD-MM hh:mm:ss");
         restore_time();
     }
 


More information about the Rt-commit mailing list