1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/46521f5722c6/ Changeset: 46521f5722c6 User: greg Date: 2013-12-16 23:25:23 Summary: Fix in the tool shed's install and test framework. Affected #: 1 file diff -r 32d4520018961092d767e350c9a2ad49031347d1 -r 46521f5722c621a8b84d2a8101af87d82cc5eba8 test/install_and_test_tool_shed_repositories/functional_tests.py --- a/test/install_and_test_tool_shed_repositories/functional_tests.py +++ b/test/install_and_test_tool_shed_repositories/functional_tests.py @@ -525,7 +525,7 @@ deactivate_repository( app, repository_dict ) else: # We are uninstalling this repository and all of its repository dependencies. - uninstall_repository( app, repository_dict ) + uninstall_repository_and_repository_dependencies( app, repository_dict ) results_dict[ 'repositories_failed_install' ].append( dict( name=str( repository.name ), owner=str( repository.owner ), changeset_revision=str( repository.changeset_revision ) ) ) @@ -730,7 +730,7 @@ deactivate_repository( app, repository_dict ) else: # We are uninstalling this repository and all of its repository dependencies. - uninstall_repository( app, repository_dict ) + uninstall_repository_and_repository_dependencies( app, repository_dict ) except: log.exception( 'Encountered error attempting to deactivate or uninstall %s.', str( repository_dict[ 'name' ] ) ) results_dict[ 'repositories_failed_install' ].append( repository_identifier_dict ) 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.