Code

. run_tests testReldate_date failed if LANG is 'german'
authorgrubert <grubert@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 23 Jan 2002 11:08:52 +0000 (11:08 +0000)
committergrubert <grubert@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 23 Jan 2002 11:08:52 +0000 (11:08 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@596 57a73879-2fb5-44c3-a270-3262357dd7e2

CHANGES.txt
run_tests

index c6cc5f408b3a5c254b78a1cad31f5f0548ad4e78..822de3fa2855247f9ae11aa40312029dae245634 100644 (file)
@@ -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
index d3e83035fd7cda132c9e357d4a9d9667ea9adf24..a8c6272d6359632f4b361f77f7916b91b8f1d8fb 100755 (executable)
--- 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
+#
 #
 #
 #