commit/galaxy-central: dan: Disable functional test for not being able to import your own history which was enabled in 5248:dc9efb540f61.
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/ce872e9673aa/ changeset: r5250:ce872e9673aa user: dan date: 2011-03-23 13:42:01 summary: Disable functional test for not being able to import your own history which was enabled in 5248:dc9efb540f61. affected #: 1 file (73 bytes) --- a/test/functional/test_history_functions.py Tue Mar 22 20:29:32 2011 -0400 +++ b/test/functional/test_history_functions.py Wed Mar 23 08:42:01 2011 -0400 @@ -189,9 +189,10 @@ if not history3.importable: raise AssertionError, "History 3 is not marked as importable after make_accessible_via_link" # Try importing history3 - self.import_history_via_url( self.security.encode_id( history3.id ), - admin_user.email, - strings_displayed_after_submit=[ 'You cannot import your own history.' ] ) + #Importing your own history was enabled in 5248:dc9efb540f61. + #self.import_history_via_url( self.security.encode_id( history3.id ), + # admin_user.email, + # strings_displayed_after_submit=[ 'You cannot import your own history.' ] ) # Disable access via link for history3. self.disable_access_via_link( self.security.encode_id( history3.id ), strings_displayed=[ 'Anyone can view and import this history' ], 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