[galaxy-commits] commit/galaxy-central: dannon: Update Param unit test to account for the '#' to '__pd__' change from 5810:b68bbdc8dd14 that made it fail.
Bitbucket
commits-noreply at bitbucket.org
Fri Aug 5 11:31:31 EDT 2011
1 new changeset in galaxy-central:
http://bitbucket.org/galaxy/galaxy-central/changeset/36d42578940a/
changeset: 36d42578940a
user: dannon
date: 2011-08-05 17:31:12
summary: Update Param unit test to account for the '#' to '__pd__' change from 5810:b68bbdc8dd14 that made it fail.
affected #: 1 file (5 bytes)
--- a/lib/galaxy/util/__init__.py Fri Aug 05 11:18:58 2011 -0400
+++ b/lib/galaxy/util/__init__.py Fri Aug 05 11:31:12 2011 -0400
@@ -199,7 +199,7 @@
>>> par.symbols # replaces unknown symbols with X
['alpha', '__lt____gt__', 'XrmXX!']
>>> par.flatten() # flattening to a list
- [('status', 'on'), ('symbols', 'alpha'), ('symbols', '__lt____gt__'), ('symbols', 'XrmXX!')]
+ [('status', 'on'), ('symbols', 'alpha'), ('symbols', '__lt____gt__'), ('symbols', 'XrmX__pd__!')]
"""
# is NEVER_SANITIZE required now that sanitizing for tool parameters can be controlled on a per parameter basis and occurs via InputValueWrappers?
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.
More information about the galaxy-commits
mailing list