Fix a Functional Test

For inexplicable reasons, this test passes on my system, even though (as
previously written) it shouldn't. Fixed now.
master
Jacques Distler 2008-12-17 14:11:14 -06:00
parent f842013243
commit 8eb59105ea
1 changed files with 1 additions and 1 deletions

View File

@ -544,7 +544,7 @@ class WikiControllerTest < Test::Unit::TestCase
r = process 'atom_with_headlines', 'web' => 'wiki1'
assert_tag :tag =>'published',
:parent => {:tag => 'entry'},
:content => '2004-04-04T21:50:00Z'
:content => Time.now.getgm.strftime("%Y-%m-%dT%H:%M:%SZ")
end
def test_save