Roundup Tracker - Issues

Issue 1442295

classification
test.test_dates.DateTestCase.testIntervalPretty(...) fails
Type: Severity: normal
Components: None Versions:
process
Status: closed fixed
:
: : dlinke, jpend
Priority: normal :

Created on 2006-03-03 07:44 by dlinke, last changed 2007-09-20 16:29 by jpend.

Messages
msg2208 Author: [hidden] (dlinke) Date: 2006-03-03 07:44
One test fails for roundup-1.1.0 (in fact it failed
also for earlier versions at least since 1.0) due to
translation kiccking in. (on German Windows)


======================================================================
FAIL: testIntervalPretty (test.test_dates.DateTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Python24\lib\unittest.py", line 260, in run
    testMethod()
  File "C:\Sources\roundup-1.1.1\.\test\test_dates.py",
line 355, in testInterva
lPretty
    ae('2y', 'in 2 years')
  File "C:\Sources\roundup-1.1.1\.\test\test_dates.py",
line 354, in ae
    self.assertEqual(Interval(spec).pretty(), pretty)
  File "C:\Python24\lib\unittest.py", line 333, in
failUnlessEqual
    raise self.failureException, \
AssertionError: 'in 2 Jahren' != 'in 2 years'

----------------------------------------------------------------------
msg2209 Author: [hidden] (dlinke) Date: 2007-06-26 09:54
With python 2.5 / roundup 1.3.3 this is no longer an issue. So this bug can probably be set to closed.

Kind regards,
David Linke
msg2210 Author: [hidden] (jpend) Date: 2007-09-20 16:29
Closing per David's comment. Thanks.
History
Date User Action Args
2006-03-03 07:44:52dlinkecreate