commit/galaxy-central: 2 new changesets
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/e088f2dc8b07/ Changeset: e088f2dc8b07 Branch: stable User: jmchilton Date: 2014-02-13 18:15:10 Summary: Fix tool shed install and test framework to work with API driven tests. Affected #: 1 file diff -r 3691fd3e12ef8160ae993cef5ebd51ddeee95da1 -r e088f2dc8b070d13e9fb7319463786d7ff4f5024 test/install_and_test_tool_shed_repositories/base/util.py --- a/test/install_and_test_tool_shed_repositories/base/util.py +++ b/test/install_and_test_tool_shed_repositories/base/util.py @@ -138,7 +138,7 @@ default_galaxy_test_host = '127.0.0.1' # The following should be an actual value (not None). If developers manually specify their # tests to use the API it will not work unless a master API key is specified. -default_galaxy_master_api_key = 123456 +default_galaxy_master_api_key = '123456' testing_single_repository_dict = {} if 'repository_name' in os.environ and 'repository_owner' in os.environ: https://bitbucket.org/galaxy/galaxy-central/commits/6d1dd4a389fd/ Changeset: 6d1dd4a389fd User: jmchilton Date: 2014-02-13 18:15:23 Summary: Merge latest stable. Affected #: 1 file diff -r 784f02de9effb43eafa84b5253af62091e6f2f36 -r 6d1dd4a389fd4a17fd9a7dc928860a1f0e01c214 test/install_and_test_tool_shed_repositories/base/util.py --- a/test/install_and_test_tool_shed_repositories/base/util.py +++ b/test/install_and_test_tool_shed_repositories/base/util.py @@ -138,7 +138,7 @@ default_galaxy_test_host = '127.0.0.1' # The following should be an actual value (not None). If developers manually specify their # tests to use the API it will not work unless a master API key is specified. -default_galaxy_master_api_key = 123456 +default_galaxy_master_api_key = '123456' testing_single_repository_dict = {} if 'repository_name' in os.environ and 'repository_owner' in os.environ: 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