1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/7d97ff9d4bef/ Changeset: 7d97ff9d4bef User: jmchilton Date: 2014-11-24 18:02:18+00:00 Summary: Tool test - verify that if 'batch' meta-parameter is False - matching is not attempted. Affected #: 1 file diff -r 7b7dd8f82126b3c18e9d311305edae85adeea659 -r 7d97ff9d4bef1a92adf5be7e61c5b4a3007a76fd test/api/test_tools.py --- a/test/api/test_tools.py +++ b/test/api/test_tools.py @@ -273,6 +273,15 @@ self._check_repeat_multirun( history_id, inputs ) @skip_without_tool( "cat1" ) + def test_multirun_in_repeat_mismatch( self ): + history_id, common_dataset, repeat_datasets = self._setup_repeat_multirun( ) + inputs = { + "input1": {'batch': False, 'values': [ common_dataset ] }, + 'queries_0|input2': { 'batch': True, 'values': repeat_datasets }, + } + self._check_repeat_multirun( history_id, inputs ) + + @skip_without_tool( "cat1" ) def test_multirun_on_multiple_inputs_legacy( self ): history_id, first_two, second_two = self._setup_two_multiruns() inputs = { 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.