public
Rubygem
Description: Liquid markup language. Save, customer facing template language for flexible web apps.
Homepage: http://www.liquidmarkup.org
Clone URL: git://github.com/tobi/liquid.git
Click here to lend your support to: liquid and make a donation at www.pledgie.com !
Fix test not failing while in PST timezone
tobi (author)
Sun Nov 02 10:05:10 -0800 2008
commit  7031d8a49a0aeade4da27a6874ad65a76270562b
tree    c03e0d72c8d3c6634604e4c4e510f034f4315646
parent  7959664c9dc034ee160fc5016c81cbe75a7f8f89
...
85
86
87
88
 
89
90
91
...
85
86
87
 
88
89
90
91
0
@@ -85,7 +85,7 @@ class StandardFiltersTest < Test::Unit::TestCase
0
 
0
     assert_equal '07/05/2006', @filters.date("2006-07-05 10:00:00", "%m/%d/%Y")    
0
     
0
-    assert_equal "07/16/2004", @filters.date("Fri Jul 16 01:00:00 EDT 2004", "%m/%d/%Y")
0
+    assert_equal "07/16/2004", @filters.date("Fri Jul 16 01:00:00 2004", "%m/%d/%Y")
0
     
0
     assert_equal nil, @filters.date(nil, "%B")    
0
   end

Comments