1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/4fe46fd3181b/ Changeset: 4fe46fd3181b User: inithello Date: 2013-12-14 05:23:32 Summary: Remove debugging code. Affected #: 2 files diff -r c2511b37db9bfbc6ec07aba5ebc5795b2c8206a3 -r 4fe46fd3181bfb63e8093200d71801cb507b586d test/tool_shed/base/twilltestcase.py --- a/test/tool_shed/base/twilltestcase.py +++ b/test/tool_shed/base/twilltestcase.py @@ -132,7 +132,6 @@ galaxy_model.ToolShedRepository.installation_status.DEACTIVATED ]: tool_panel_section = self.get_tool_panel_section_from_repository_metadata( metadata ) else: - log.debug( 'Status is %s' % repository.status ) tool_panel_section = self.get_tool_panel_section_from_api( metadata ) assert tool_panel_section == expected_tool_panel_section, 'Expected to find tool panel section *%s*, but instead found *%s*\nMetadata: %s\n' % \ ( expected_tool_panel_section, tool_panel_section, metadata ) @@ -1070,13 +1069,11 @@ def reset_metadata_on_selected_repositories( self, repository_ids ): self.visit_url( '/admin/reset_metadata_on_selected_repositories_in_tool_shed' ) - log.debug( repository_ids ) kwd = dict( repository_ids=repository_ids ) self.submit_form( form_no=1, button="reset_metadata_on_selected_repositories_button", **kwd ) def reset_metadata_on_selected_installed_repositories( self, repository_ids ): self.visit_galaxy_url( '/admin_toolshed/reset_metadata_on_selected_installed_repositories' ) - log.debug( repository_ids ) kwd = dict( repository_ids=repository_ids ) self.submit_form( form_no=1, button="reset_metadata_on_selected_repositories_button", **kwd ) diff -r c2511b37db9bfbc6ec07aba5ebc5795b2c8206a3 -r 4fe46fd3181bfb63e8093200d71801cb507b586d test/tool_shed/functional_tests.py --- a/test/tool_shed/functional_tests.py +++ b/test/tool_shed/functional_tests.py @@ -85,9 +85,6 @@ # should this serve static resources (scripts, images, styles, etc.) STATIC_ENABLED = True -global galaxyapp -galaxyapp = None - def get_static_settings(): """Returns dictionary of the settings necessary for a galaxy App to be wrapped in the static middleware. Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.