commit/galaxy-central: carlfeberhard: Functional tests: update test_history_functions 060 to use the new json variable name in history.mako
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/a0877019caa1/ Changeset: a0877019caa1 User: carlfeberhard Date: 2013-04-26 21:26:33 Summary: Functional tests: update test_history_functions 060 to use the new json variable name in history.mako Affected #: 1 file diff -r 365d31607a569575ac666d142556403fe82d693a -r a0877019caa1e1f6b4407d92eaa7c44f654d27df test/functional/test_history_functions.py --- a/test/functional/test_history_functions.py +++ b/test/functional/test_history_functions.py @@ -656,7 +656,7 @@ if hda[ 'id' ] == self.security.encode_id( hda_2_bed.id ): return ( not hda[ 'accessible' ] ) return False - self.check_history_json( r'\bhdas\s*=\s*(.*);', hda_2_bed_is_inaccessible ) + self.check_history_json( r'\bhdaJson\s*=\s*(.*);', hda_2_bed_is_inaccessible ) # Admin users can view all datasets ( using the history/view feature ), so make sure 2.bed is accessible to the admin self.logout() 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