commit/galaxy-central: Dave Bouvier: Correct typo in test framework.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/13bd960b9414/ Changeset: 13bd960b9414 User: Dave Bouvier Date: 2013-11-23 06:37:44 Summary: Correct typo in test framework. Affected #: 1 file diff -r a73e13655a942f83d9c475d522a861fb32b0148d -r 13bd960b94141a2974d0c968c26fc046e05e1d14 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 @@ -506,7 +506,7 @@ ( str( dependency.name ), str( dependency.type ), str( dependency.version ), unicodify( dependency.error_message ) ) ) test_result = dict( type=dependency.type, name=dependency.name, - version=sdependency.version, + version=dependency.version, error_message=dependency.error_message ) repository_status_dict[ 'installation_errors' ][ 'tool_dependencies' ].append( test_result ) for dependency in repository.missing_repository_dependencies: 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