X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/16da03aacb264c1703d8bd4fab5c58c78745be00..a6b84a0294a2929006ff056f56103be549c5b5a2:/test/controllers/relation_controller_test.rb diff --git a/test/controllers/relation_controller_test.rb b/test/controllers/relation_controller_test.rb index 347c0d121..7e10159b4 100644 --- a/test/controllers/relation_controller_test.rb +++ b/test/controllers/relation_controller_test.rb @@ -107,7 +107,7 @@ class RelationControllerTest < ActionController::TestCase # check the "full" mode get :full, :id => current_relations(:visible_relation).id assert_response :success - # FIXME check whether this contains the stuff we want! + # FIXME: check whether this contains the stuff we want! print @response.body if $VERBOSE end