File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff 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
1918Fixed:
2019 . handle attachments with no name (eg tnef)
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
29302002-01-16 - 0.4.0b2
Original file line number Diff line number Diff line change 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
1417import test
1518test .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#
You can’t perform that action at this time.
0 commit comments