~ubuntu-branches/ubuntu/utopic/horizon/utopic

« back to all changes in this revision

Viewing changes to horizon/test/tests/templatetags.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2014-07-25 11:39:09 UTC
  • mfrom: (1.1.42)
  • Revision ID: package-import@ubuntu.com-20140725113909-b8920pdy87itn1ro
Tags: 1:2014.2~b2-0ubuntu1
* New upstream release.
* debian/patches/ubuntu_settings.patch: Refresed
* debian/patches/fix-dashboard-manage.patch: Refreshed
* debian/patches/fix-dashboard-django-wsgi.patch: Refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        size_str = ('5|diskgbformat', '10|diskgbformat',
56
56
                    '5555|mb_float_format', '80|mb_float_format',
57
57
                    '.5|mbformat', '0.005|mbformat', '0.0005|mbformat')
58
 
        expected = u' 5.0GB 10.0GB 5.4GB 80.0MB 512KB 5KB 524Bytes '
 
58
        expected = u' 5GB 10GB 5.4GB 80MB 512KB 5KB 524Bytes '
59
59
 
60
60
        text = ''
61
61
        for size_filter in size_str: