commit/galaxy-central: Dave Bouvier: Fix failing functional test.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/fca2e3683ca1/ Changeset: fca2e3683ca1 User: Dave Bouvier Date: 2013-06-19 19:48:04 Summary: Fix failing functional test. Affected #: 1 file diff -r c69a8a921b4100a1c6b12305945941cc6c7577e0 -r fca2e3683ca13269db0c39fa9407f784508da0b5 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 @@ -353,5 +353,5 @@ # 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:', - 'Error decoding string:', "codec can't decode byte" ] + '+These characters should not' ] self.load_changeset_in_tool_shed( repository_id, changeset_revision, strings_displayed=strings_displayed ) \ No newline at end of file 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