commit/galaxy-central: greg: Fix prep scripts for the tool shed's install and test framework.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/23d547cfc2d1/ Changeset: 23d547cfc2d1 User: greg Date: 2013-12-22 02:31:18 Summary: Fix prep scripts for the tool shed's install and test framework. Affected #: 2 files diff -r 0f70f0b461678cd8224861857055f3eaf7646b05 -r 23d547cfc2d1007e7c82e8f018d087c18642dc49 test/install_and_test_tool_shed_repositories/repositories_with_tools/functional_tests.py --- a/test/install_and_test_tool_shed_repositories/repositories_with_tools/functional_tests.py +++ b/test/install_and_test_tool_shed_repositories/repositories_with_tools/functional_tests.py @@ -197,7 +197,7 @@ ( changeset_revision, name, owner ) ) else: # See if the repository was installed in a previous test. - repository = get_repository( name, owner, changeset_revision ) + repository = install_and_test_base_utilget_repository( name, owner, changeset_revision ) if repository is None: # The repository was not previously installed, so install it now. tool_test_results_dict = install_and_test_base_util.initialize_tool_tests_results_dict( app, tool_test_results_dict ) diff -r 0f70f0b461678cd8224861857055f3eaf7646b05 -r 23d547cfc2d1007e7c82e8f018d087c18642dc49 test/install_and_test_tool_shed_repositories/tool_dependency_definitions/functional_tests.py --- a/test/install_and_test_tool_shed_repositories/tool_dependency_definitions/functional_tests.py +++ b/test/install_and_test_tool_shed_repositories/tool_dependency_definitions/functional_tests.py @@ -135,7 +135,7 @@ ( changeset_revision, name, owner ) ) else: # See if the repository was installed in a previous test. - repository = get_repository( name, owner, changeset_revision ) + repository = install_and_test_base_util.get_repository( name, owner, changeset_revision ) if repository is None: # The repository was not previously installed, so install it now. tool_test_results_dict = install_and_test_base_util.initialize_tool_tests_results_dict( app, tool_test_results_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.
participants (1)
-
commits-noreply@bitbucket.org