commit/galaxy-central: jmchilton: Bugfix in test tool demoing two collection params.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/6f7d70f72da2/ Changeset: 6f7d70f72da2 User: jmchilton Date: 2014-07-24 22:30:51 Summary: Bugfix in test tool demoing two collection params. Bit problematic functional tests passed despite this bug. Affected #: 1 file diff -r b2700f28372549a17f5ca03af60e86964665c3ff -r 6f7d70f72da237e0d8d37a20b14a4eab1828803d test/functional/tools/collection_two_paired.xml --- a/test/functional/tools/collection_two_paired.xml +++ b/test/functional/tools/collection_two_paired.xml @@ -20,8 +20,8 @@ <param name="f2" type="data_collection" collection_type="paired" /></when><when value="list"> - <param name="f1" type="data_collection" collection_type="paired" /> - <param name="f2" type="data_collection" collection_type="paired" /> + <param name="f1" type="data_collection" collection_type="list" /> + <param name="f2" type="data_collection" collection_type="list" /></when></conditional></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.
participants (1)
-
commits-noreply@bitbucket.org