commit/galaxy-central: carlfeberhard: fix to rusted display_string in TestLibraryFeatures.test_100_add_ldda_to_folder3
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/4f17b0d16ff7/ changeset: 4f17b0d16ff7 user: carlfeberhard date: 2012-08-07 21:57:13 summary: fix to rusted display_string in TestLibraryFeatures.test_100_add_ldda_to_folder3 affected #: 1 file diff -r 1cb2fdf2c7cf22d74ec46e6877609f7056372d7c -r 4f17b0d16ff7b878fba9c6e8730998ee61c54c5e test/functional/test_library_templates.py --- a/test/functional/test_library_templates.py +++ b/test/functional/test_library_templates.py @@ -398,7 +398,7 @@ folder_id=self.security.encode_id( folder3.id ), upload_option='import_from_history', hda_ids=self.security.encode_id( hda.id ), - strings_displayed=[ '<input type="hidden" name="%s" value="Option1"/>' % select_field_name ] ) + strings_displayed=[ '<select name="%s" last_selected_value="Option1">' % select_field_name ] ) ldda = get_latest_ldda_by_name( filename ) assert ldda is not None, 'Problem retrieving LibraryDatasetDatasetAssociation ldda from the database' self.browse_library( cntrller='library_admin', 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)
-
Bitbucket