1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/593fce2b6335/ Changeset: 593fce2b6335 User: inithello Date: 2014-01-02 15:01:46 Summary: Fix update manager functional test. Affected #: 1 file diff -r 8e1a2e81499c780acf08c3f195717a3523f4e55d -r 593fce2b6335865d1225cdd23cfaf3e388ab1140 test/tool_shed/functional/test_1410_update_manager.py --- a/test/tool_shed/functional/test_1410_update_manager.py +++ b/test/tool_shed/functional/test_1410_update_manager.py @@ -123,9 +123,8 @@ self.galaxy_login( email=common.admin_email, username=common.admin_username ) repository = self.test_db_util.get_repository_by_name_and_owner( repository_name, common.test_user_1_name ) self.update_tool_shed_status() - ok_icon = '/static/june_2007_style/blue/ok_small.png' - ok_title = 'This is the latest installable revision of this repository' + ok_title = r'title=\"Updates are available in the Tool Shed for this revision\"' updates_icon = '/static/images/icon_warning_sml.gif' - strings_displayed = [ '<img src="%s" class="icon-button" title="%s"/><img src="%s' % ( ok_icon, ok_title, updates_icon ) ] + strings_displayed = [ ok_title, updates_icon ] self.display_galaxy_browse_repositories_page( 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.