Description of problem: Invalid date error in parse_date (from file datefmt.py) on some i18n tests. Version-Release number of selected component (if applicable): trac-1.0.1-4.fc21.src.rpm How reproducible: Mock build with make check active. Actual results: File "/builddir/build/BUILD/Trac-1.0.1/trac/util/datefmt.py", line 466, in parse_date date=text, hint=hint), _('Invalid Date')) The error occurs in several i18n tests. Additional info: Looking at the https://kojipkgs.fedoraproject.org//work/tasks/717/6910717/build.log log file and reproducing the problem, I found the following defects describing the same problem: http://trac.edgewall.org/ticket/11290 http://trac.edgewall.org/ticket/11258 It seems using a version of trac more recent than 1.0.1 should help.
*** This bug has been marked as a duplicate of bug 1107459 ***