Author: adrian
Date: 2007-04-01 00:23:08 -0500 (Sun, 01 Apr 2007)
New Revision: 4892
Modified:
django/trunk/tests/regressiontests/humanize/tests.py
Log:
Negligible formatting change to humanize tests.py (from [4880])
Modified: django/trunk/tests/regressiontests/humanize/tests.py
===================================================================
--- django/trunk/tests/regressiontests/humanize/tests.py 2007-04-01
05:22:14 UTC (rev 4891)
+++ django/trunk/tests/regressiontests/humanize/tests.py 2007-04-01
05:23:08 UTC (rev 4892)
@@ -28,9 +28,9 @@
def test_intcomma(self):
test_list = (100, 1000, 10123, 10311, 1000000, 1234567.25,
- '100','1000','10123','10311','1000000','1234567.1234567')
- result_list = ('100', '1,000', '10,123', '10,311',
'1,000,000','1,234,567.25',
- '100', '1,000', '10,123', '10,311',
'1,000,000','1,234,567.1234567')
+ '100', '1000', '10123', '10311', '1000000',
'1234567.1234567')
+ result_list = ('100', '1,000', '10,123', '10,311', '1,000,000',
'1,234,567.25',
+ '100', '1,000', '10,123', '10,311', '1,000,000',
'1,234,567.1234567')
self.humanize_tester(test_list, result_list, 'intcomma')
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---