commit/galaxy-central: davebgx: Merge fix for dataset stdio.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/08fe9352836e/ Changeset: 08fe9352836e User: davebgx Date: 2014-06-12 19:59:49 Summary: Merge fix for dataset stdio. Affected #: 1 file diff -r 646b5877871b3b15c6fc6a9ecf111fceb23ea270 -r 08fe9352836ee4d18ac3d446c45d84e5a7db9611 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