X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=run_tests;h=ee73ce7cee3b0b9b5df98d441323865785dce6ef;hb=e0682d7cfa374ce2f417ddcf0e652f030fb5dcd0;hp=b9976d983668e546558ac49d8087b3ed2de93ff0;hpb=a77eaaa3b1f9777278b1ccfaa436ae1f008128a1;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: