commit/galaxy-central: greg: Fix tool shed functional test I just broke.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/ad9661041105/ Changeset: ad9661041105 User: greg Date: 2014-01-10 21:05:57 Summary: Fix tool shed functional test I just broke. Affected #: 1 file diff -r 5f6c670dca9f42d52480f66afeb91b63710e7ffb -r ad9661041105bbffe4772ee9bedbcf174c53eac3 test/tool_shed/functional/test_0000_basic_repository_features.py --- a/test/tool_shed/functional/test_0000_basic_repository_features.py +++ b/test/tool_shed/functional/test_0000_basic_repository_features.py @@ -349,6 +349,6 @@ break # Check for the changeset revision, repository name, owner username, 'repos' in the clone url, and the captured # unicode decoding error message. - strings_displayed = [ 'Changeset %d:%s' % ( revision_number, revision_hash ), 'filtering_0000', 'user1', 'repos', 'added:', + strings_displayed = [ '%d:%s' % ( revision_number, revision_hash ), 'filtering_0000', 'user1', 'repos', 'added:', '+These characters should not' ] - self.load_changeset_in_tool_shed( repository_id, changeset_revision, strings_displayed=strings_displayed ) \ No newline at end of file + self.load_changeset_in_tool_shed( repository_id, changeset_revision, strings_displayed=strings_displayed ) 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