Fix the test I just broke...

This commit is contained in:
Thomas Wood 2009-05-07 22:58:32 +00:00
parent 14fdccc0d1
commit 86caeb3360

View file

@ -1423,7 +1423,7 @@ EOF
assert_template "list"
# Now check that all 20 (or however many were returned) changesets are in the html
assert_select "h1", :text => "Recent Changes", :count => 1
assert_select "table[id='keyvalue'] tr", :count => @changesets.size + 1
assert_select "table[id='changeset_list'] tr", :count => @changesets.size + 1
@changesets.each do |changeset|
# FIXME this test needs rewriting - test for table contents
end