commit/galaxy-central: greg: Fix for my last commit.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/12cbce6f1a20/ Changeset: 12cbce6f1a20 User: greg Date: 2013-12-22 02:39:36 Summary: Fix for my last commit. Affected #: 1 file diff -r 23d547cfc2d1007e7c82e8f018d087c18642dc49 -r 12cbce6f1a20d8eecabc4ef50ca4d44c89eea505 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 = install_and_test_base_utilget_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