1 new commit in galaxy-central:
https://bitbucket.org/galaxy/galaxy-central/changeset/9eb66dabc6ee/ changeset: 9eb66dabc6ee user: greg date: 2011-12-06 14:56:21 summary: Fix for data library functional test. affected #: 1 file
diff -r 8993f7342095d3fac1feb3458ecee909ba678e11 -r 9eb66dabc6ee75a924632dc8140daab470a86f9d test/functional/test_library_templates.py --- a/test/functional/test_library_templates.py +++ b/test/functional/test_library_templates.py @@ -403,7 +403,7 @@ assert ldda is not None, 'Problem retrieving LibraryDatasetDatasetAssociation ldda from the database' self.browse_library( cntrller='library_admin', library_id=self.security.encode_id( library3.id ), - strings_displayed=[ ldda.name, admin_user.email ] ) + strings_displayed=[ ldda.name, 'bed' ] ) # Make sure the library template contents were correctly saved self.ldda_edit_info( 'library_admin', self.security.encode_id( library3.id ),
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.
galaxy-commits@lists.galaxyproject.org