Mercurial > p > roundup > code
diff run_tests @ 586:50fcb1357967
Proper fix for failing test
| author | Jürgen Hermann <jhermann@users.sourceforge.net> |
|---|---|
| date | Wed, 23 Jan 2002 20:09:41 +0000 |
| parents | deb852c24642 |
| children | d77b82588bf0 |
line wrap: on
line diff
--- a/run_tests Wed Jan 23 20:00:50 2002 +0000 +++ b/run_tests Wed Jan 23 20:09:41 2002 +0000 @@ -9,16 +9,16 @@ # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # -# $Id: run_tests,v 1.2 2002-01-23 11:08:52 grubert Exp $ - -import os -os.environ['LANG'] = 'us' +# $Id: run_tests,v 1.3 2002-01-23 20:09:41 jhermann Exp $ import test test.go() # # $Log: not supported by cvs2svn $ +# Revision 1.2 2002/01/23 11:08:52 grubert +# . run_tests testReldate_date failed if LANG is 'german' +# # 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
