Rearrange changeset list page to put the map beside the list

This commit is contained in:
Tom Hughes 2011-05-02 00:53:37 +01:00
parent 1635c16560
commit e098d52424
6 changed files with 47 additions and 65 deletions

View file

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