commit/galaxy-central: greg: Fix tool shed functional test broken when the pull request resulting in changeset 329f9ac was accepted.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/aae0e414a2fa/ Changeset: aae0e414a2fa User: greg Date: 2014-01-22 17:48:12 Summary: Fix tool shed functional test broken when the pull request resulting in changeset 329f9ac was accepted. Affected #: 1 file diff -r 28cd6a86d99dc6aaab95ee69ca706899be5b535b -r aae0e414a2fa595ee83cf576e36dc5bd25772a9f test/tool_shed/functional/test_1140_tool_help_images.py --- a/test/tool_shed/functional/test_1140_tool_help_images.py +++ b/test/tool_shed/functional/test_1140_tool_help_images.py @@ -109,10 +109,10 @@ In the center tool panel, look for the image string similar to the following string where the encoded_repository_id is previously determined as the installed ToolShedRepository id: - src="/admin_toolshed/static/images/<id>/count_modes.png" + src="admin_toolshed/static/images/<id>/count_modes.png" ''' repository = self.test_db_util.get_installed_repository_by_name_owner( repository_name, common.test_user_1_name ) - image_path = 'src="/admin_toolshed/static/images/%s/count_modes.png"' % self.security.encode_id( repository.id ) + image_path = 'src="admin_toolshed/static/images/%s/count_modes.png"' % self.security.encode_id( repository.id ) # The repository uploaded in this test should only define one tool, which should be the tool that contains a link to an image. repository_metadata = repository.metadata tool_id = repository_metadata[ 'tools' ][ 0 ][ 'guid' ] 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