Remove :root qualifiers as they don't seem to work in rails 2.3.14

This commit is contained in:
Tom Hughes 2011-08-22 22:42:38 +01:00
parent cd3501090e
commit c24967d168
4 changed files with 16 additions and 16 deletions

View file

@ -13,7 +13,7 @@ class UserPreferenceControllerTest < ActionController::TestCase
get :read
assert_response :success
assert_select "osm:root" do
assert_select "osm" do
assert_select "preferences", :count => 1 do
assert_select "preference", :count => 2
assert_select "preference[k=\"#{user_preferences(:a).k}\"][v=\"#{user_preferences(:a).v}\"]", :count => 1