]> git.openstreetmap.org Git - rails.git/blobdiff - test/functional/user_preference_controller_test.rb
Specify the format when requesting an RSS feed
[rails.git] / test / functional / user_preference_controller_test.rb
index 714f45c5ddb82456a9eb8fc71bc24cb1d313ecf0..2c6ca446bde6316a56ce906286fae651acca9747 100644 (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