commit/galaxy-central: davebgx: Revert change that ended up breaking display of job stdio in functional tests.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/9b78595ec114/ Changeset: 9b78595ec114 Branch: stable User: davebgx Date: 2014-06-12 19:40:04 Summary: Revert change that ended up breaking display of job stdio in functional tests. Affected #: 1 file diff -r d6b1ea3a6a9ed2e7c3fa41518c5a690ed49c1265 -r 9b78595ec1142d75930dbfffd8baeaa689cb4c6c test/base/interactor.py --- a/test/base/interactor.py +++ b/test/base/interactor.py @@ -386,8 +386,7 @@ self.twill_test_case.verify_dataset_correctness( outfile, hid=hid, attributes=attributes, shed_tool_id=shed_tool_id, maxseconds=maxseconds ) def get_job_stream( self, history_id, output_data, stream ): - encoded_id = self.twill_test_case.security.encode_id( output_data.get( 'id' ) ) - return self.twill_test_case._get_job_stream_output( encoded_id, stream=stream, format=False ) + return self.twill_test_case._get_job_stream_output( output_data.get( 'id' ), stream=stream, format=False ) def stage_data_async( self, test_data, history, shed_tool_id, async=True ): name = test_data.get( 'name', None ) 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