Author: russellm
Date: 2010-06-05 08:07:21 -0500 (Sat, 05 Jun 2010)
New Revision: 13323

Modified:
   django/trunk/tests/regressiontests/utils/timesince.py
Log:
Fixed #13698 -- Removed trailing whitespace from 
regressiontests/utils/timesince. Officially, I'm doing this because trailing 
whitespace is bad, but apparently it also causes test failures for some people 
(for reasons we can't narrow down), so there's a double win.

Modified: django/trunk/tests/regressiontests/utils/timesince.py
===================================================================
--- django/trunk/tests/regressiontests/utils/timesince.py       2010-06-05 
12:53:51 UTC (rev 13322)
+++ django/trunk/tests/regressiontests/utils/timesince.py       2010-06-05 
13:07:21 UTC (rev 13323)
@@ -88,11 +88,11 @@
 u'0 minutes'
 
 # Timesince should work with both date objects (#9672)
->>> today = datetime.date.today() 
->>> timeuntil(today+oneday, today) 
-u'1 day' 
->>> timeuntil(today-oneday, today) 
-u'0 minutes' 
->>> timeuntil(today+oneweek, today) 
-u'1 week' 
+>>> today = datetime.date.today()
+>>> timeuntil(today+oneday, today)
+u'1 day'
+>>> timeuntil(today-oneday, today)
+u'0 minutes'
+>>> timeuntil(today+oneweek, today)
+u'1 week'
 """

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to