summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9923db3)
raw | patch | inline | side by side (parent: 9923db3)
author | grubert <grubert@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 23 Jan 2002 11:08:52 +0000 (11:08 +0000) | ||
committer | grubert <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 | patch | blob | history | |
run_tests | patch | blob | history |
diff --git a/CHANGES.txt b/CHANGES.txt
index c6cc5f408b3a5c254b78a1cad31f5f0548ad4e78..822de3fa2855247f9ae11aa40312029dae245634 100644 (file)
--- a/CHANGES.txt
+++ b/CHANGES.txt
. 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)
. 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 d3e83035fd7cda132c9e357d4a9d9667ea9adf24..a8c6272d6359632f4b361f77f7916b91b8f1d8fb 100755 (executable)
--- a/run_tests
+++ b/run_tests
# 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
+#
#
#
#