Fix a Functional Test
For inexplicable reasons, this test passes on my system, even though (as previously written) it shouldn't. Fixed now.
This commit is contained in:
parent
f842013243
commit
8eb59105ea
1 changed files with 1 additions and 1 deletions
|
@ -544,7 +544,7 @@ class WikiControllerTest < Test::Unit::TestCase
|
||||||
r = process 'atom_with_headlines', 'web' => 'wiki1'
|
r = process 'atom_with_headlines', 'web' => 'wiki1'
|
||||||
assert_tag :tag =>'published',
|
assert_tag :tag =>'published',
|
||||||
:parent => {:tag => 'entry'},
|
:parent => {:tag => 'entry'},
|
||||||
:content => '2004-04-04T21:50:00Z'
|
:content => Time.now.getgm.strftime("%Y-%m-%dT%H:%M:%SZ")
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_save
|
def test_save
|
||||||
|
|
Loading…
Reference in a new issue