X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/8eca904388361aff879b379fbe3901a67275efb9..8a6e8ae128d3cc9a991d119c45b9ddb13e848f97:/test/controllers/user_controller_test.rb diff --git a/test/controllers/user_controller_test.rb b/test/controllers/user_controller_test.rb index e309b1662..95eccb2c5 100644 --- a/test/controllers/user_controller_test.rb +++ b/test/controllers/user_controller_test.rb @@ -1384,7 +1384,7 @@ class UserControllerTest < ActionController::TestCase get :list, :page => 3 assert_response :success assert_template :list - assert_select "table#user_list tr", :count => 25 + assert_select "table#user_list tr", :count => 26 end def test_list_post_confirm