]> git.openstreetmap.org Git - rails.git/blobdiff - test/functional/user_preference_controller_test.rb
Remove :root qualifiers as they don't seem to work in rails 2.3.14
[rails.git] / test / functional / user_preference_controller_test.rb
index ff44c1e36289ff9bbb938ed05770fff00806ab5e..2c6ca446bde6316a56ce906286fae651acca9747 100644 (file)
@@ -13,8 +13,7 @@ class UserPreferenceControllerTest < ActionController::TestCase
     
     get :read
     assert_response :success
-    print @response.body
-    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