Mercurial > p > roundup > code
diff run_tests @ 1592:4074e2336eed
fixes to unit tests for recent changes
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 17 Apr 2003 06:51:44 +0000 |
| parents | e5826025eeb7 |
| children |
line wrap: on
line diff
--- a/run_tests Thu Apr 17 03:38:00 2003 +0000 +++ b/run_tests Thu Apr 17 06:51:44 2003 +0000 @@ -9,14 +9,7 @@ # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # -# $Id: run_tests,v 1.8 2002-09-10 01:07:04 richard Exp $ - -# make sure we have the htmlbase -try: - from roundup.templates.classic import htmlbase -except ImportError: - import setup - setup.buildTemplates() +# $Id: run_tests,v 1.9 2003-04-17 06:51:44 richard Exp $ from test import go import sys
