[obs-commits] [openSUSE/open-build-service] f3a898: [webui] add a test that calls every route...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: f3a89854d79cc280954d1cec182ce13e7bc34098 https://github.com/openSUSE/open-build-service/commit/f3a89854d79cc280954d1c... Author: Stephan Kulow <coolo@suse.de> Date: 2012-11-26 (Mon, 26 Nov 2012) Changed paths: M src/webui/app/controllers/apidocs_controller.rb M src/webui/app/controllers/application_controller.rb M src/webui/app/controllers/attribute_controller.rb M src/webui/app/controllers/configuration_controller.rb M src/webui/app/controllers/home_controller.rb M src/webui/app/controllers/main_controller.rb M src/webui/app/controllers/monitor_controller.rb M src/webui/app/controllers/package_controller.rb M src/webui/app/controllers/patchinfo_controller.rb R src/webui/app/controllers/privacy_controller.rb M src/webui/app/controllers/project_controller.rb M src/webui/app/controllers/request_controller.rb M src/webui/app/controllers/user_controller.rb M src/webui/app/helpers/application_helper.rb M src/webui/app/views/main/sitemap.erb M src/webui/app/views/main/sitemap_packages.erb M src/webui/config/routes.rb A src/webui/test/functional/all_routes_test.rb M src/webui/test/functional/spider_test.rb Log Message: ----------- [webui] add a test that calls every route... all routes listed in rake routes are called without parameters to verify that they do not crash. This was a rather stupid idea, but it turned out to catch tons of bugs worth fixing
participants (1)
-
Stephan Kulow