X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=run_tests;h=ee73ce7cee3b0b9b5df98d441323865785dce6ef;hb=3f4c0b8e3c4cd4da683b6ffa27ea58b42f2c564c;hp=b9976d983668e546558ac49d8087b3ed2de93ff0;hpb=17c80809a4950ad4f377dfa4d20b415128e2da0b;p=roundup.git diff --git a/run_tests b/run_tests index b9976d9..ee73ce7 100755 --- a/run_tests +++ b/run_tests @@ -9,7 +9,14 @@ # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # -# $Id: run_tests,v 1.6 2002-05-25 07:24:29 rochecompaan Exp $ +# $Id: run_tests,v 1.7 2002-05-29 01:16:16 richard Exp $ + +# make sure we have the htmlbase +try: + from roundup.templates.classic import htmlbase +except ImportError: + import setup + setup.buildTemplates() from test import go import sys @@ -20,6 +27,9 @@ else: # # $Log: not supported by cvs2svn $ +# Revision 1.6 2002/05/25 07:24:29 rochecompaan +# oops +# # Revision 1.4 2002/02/14 23:38:12 richard # Fixed the unit tests for the mailgw re: the x-roundup-name header. # Also made the test runner more user-friendly: