]> git.openstreetmap.org Git - rails.git/blobdiff - test/functional/user_controller_test.rb
Specify the format when requesting an RSS feed
[rails.git] / test / functional / user_controller_test.rb
index 1c591f0e63ef733624b15488e9ecdf35abf54ada..a069f20a26ccc9726301a6e013d0c90d09d9c37c 100644 (file)
@@ -8,7 +8,7 @@ class UserControllerTest < ActionController::TestCase
     get :new
     assert_response :success
     
-    assert_select "html:root", :count => 1 do
+    assert_select "html", :count => 1 do
       assert_select "head", :count => 1 do
         assert_select "title", :text => /Create account/, :count => 1
       end
@@ -59,7 +59,7 @@ class UserControllerTest < ActionController::TestCase
     assert_response :success                                                                       
     assert_template 'new'
     assert_select "div#errorExplanation"
-    assert_select "table#signupForm > tr > td > div[class=fieldWithErrors] > input#user_email"
+    assert_select "table#signupForm > tr > td > div[class=field_with_errors] > input#user_email"
   end
   
   # Check that the user account page will display and contains some relevant