1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/2d626f5b66d4/ changeset: 2d626f5b66d4 user: dan date: 2011-08-08 22:16:46 summary: Fix for unit tests for converting of #/pound affected #: 1 file (5 bytes) --- a/lib/galaxy/util/__init__.py Mon Aug 08 16:00:35 2011 -0400 +++ b/lib/galaxy/util/__init__.py Mon Aug 08 16:16:46 2011 -0400 @@ -197,7 +197,7 @@ >>> par.get('price', 0) 0 >>> par.symbols # replaces unknown symbols with X - ['alpha', '__lt____gt__', 'XrmXX!'] + ['alpha', '__lt____gt__', 'XrmX__pd__!'] >>> par.flatten() # flattening to a list [('status', 'on'), ('symbols', 'alpha'), ('symbols', '__lt____gt__'), ('symbols', 'XrmX__pd__!')] """ 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.