From: grubert Date: Wed, 23 Jan 2002 11:08:52 +0000 (+0000) Subject: . run_tests testReldate_date failed if LANG is 'german' X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d9fdd9a383eab692bc40757d91e8a8a9b45cf30e;p=roundup.git . run_tests testReldate_date failed if LANG is 'german' git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@596 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/CHANGES.txt b/CHANGES.txt index c6cc5f4..822de3f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -14,7 +14,6 @@ Feature: . you can now use the roundup-admin tool pack the database . unit tests for html templating (and re-enabled the listbox field for multilinks) - . allow abbreviation of "help" in admin tool too. Fixed: . handle attachments with no name (eg tnef) @@ -24,6 +23,8 @@ Fixed: . we'll actually distribute the frontends directory now, as advertised... . handle stripping of "AW:" from subject line . htmltemplate list() wasn't sorting... + . allow abbreviation of "help" in admin tool too. + . run_tests testReldate_date failed if LANG is 'german' 2002-01-16 - 0.4.0b2 diff --git a/run_tests b/run_tests index d3e8303..a8c6272 100755 --- a/run_tests +++ b/run_tests @@ -9,13 +9,20 @@ # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # -# $Id: run_tests,v 1.1 2002-01-23 05:53:46 richard Exp $ +# $Id: run_tests,v 1.2 2002-01-23 11:08:52 grubert Exp $ + +import os +os.environ['LANG'] = 'us' import test test.go() # # $Log: not supported by cvs2svn $ +# Revision 1.1 2002/01/23 05:53:46 richard +# convenience script for running the unit tests... +# ... they are no longer run in the setup, since they take too long +# # # #