X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ef7f3d800cbdd49b692df10d312e5fd880e2e938..baf10cd39289cd7e94a819305e46f43e85a136c6:/test/controllers/relation_controller_test.rb diff --git a/test/controllers/relation_controller_test.rb b/test/controllers/relation_controller_test.rb index 2650d706c..c8ca07a38 100644 --- a/test/controllers/relation_controller_test.rb +++ b/test/controllers/relation_controller_test.rb @@ -681,7 +681,7 @@ OSM content doc put :update, :id => relation_id assert_response :success, "can't update relation: #{@response.body}" - new_version = @response.body.to_i + assert_equal 2, @response.body.to_i # get it back again and check the ordering again get :read, :id => relation_id