Roundup Tracker - Issues

Message2208

Author dlinke
Recipients
Date 2006-03-03.07:44:52
Message-id
In-reply-to
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'

----------------------------------------------------------------------
History
Date User Action Args
2009-02-03 14:21:41adminlinkissue1442295 messages
2009-02-03 14:21:41admincreate