changeset 438:6eca8fce8de9

The date now returns 52 with the current data, adjust the test accordingly.
author jruigrok
date Sat, 22 Aug 2009 12:13:40 +0000
parents 9c3db8cfa216
children e469227c965e
files babel/tests/dates.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/babel/tests/dates.py
+++ b/babel/tests/dates.py
@@ -61,7 +61,7 @@
         fmt = dates.DateTimeFormat(d, locale='de_DE')
         self.assertEqual('52', fmt['w'])
         fmt = dates.DateTimeFormat(d, locale='en_US')
-        self.assertEqual('53', fmt['ww'])
+        self.assertEqual('52', fmt['ww'])
 
     def test_week_of_month_first(self):
         d = date(2006, 1, 8)
Copyright (C) 2012-2017 Edgewall Software