Skip to content

Commit ba0434b

Browse files
author
Engelbert Gruber
committed
run_tests testReldate_date failed if LANG is 'german'
1 parent d5e6b5f commit ba0434b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGES.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Feature:
1414
. you can now use the roundup-admin tool pack the database
1515
. unit tests for html templating (and re-enabled the listbox field for
1616
multilinks)
17-
. allow abbreviation of "help" in admin tool too.
1817

1918
Fixed:
2019
. handle attachments with no name (eg tnef)
@@ -24,6 +23,8 @@ Fixed:
2423
. we'll actually distribute the frontends directory now, as advertised...
2524
. handle stripping of "AW:" from subject line
2625
. htmltemplate list() wasn't sorting...
26+
. allow abbreviation of "help" in admin tool too.
27+
. run_tests testReldate_date failed if LANG is 'german'
2728

2829

2930
2002-01-16 - 0.4.0b2

run_tests

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,20 @@
99
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1010
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1111
#
12-
# $Id: run_tests,v 1.1 2002-01-23 05:53:46 richard Exp $
12+
# $Id: run_tests,v 1.2 2002-01-23 11:08:52 grubert Exp $
13+
14+
import os
15+
os.environ['LANG'] = 'us'
1316

1417
import test
1518
test.go()
1619

1720
#
1821
# $Log: not supported by cvs2svn $
22+
# Revision 1.1 2002/01/23 05:53:46 richard
23+
# convenience script for running the unit tests...
24+
# ... they are no longer run in the setup, since they take too long
25+
#
1926
#
2027
#
2128
#

0 commit comments

Comments
 (0)