From dc4e77b963d6ff982df8257298a5b1e92a2ee55b Mon Sep 17 00:00:00 2001 From: richard Date: Thu, 25 Mar 2004 02:16:08 +0000 Subject: [PATCH] *cough* look over there... git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@2183 57a73879-2fb5-44c3-a270-3262357dd7e2 --- test/test_postgresql.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_postgresql.py b/test/test_postgresql.py index 143916d..bec33c4 100644 --- a/test/test_postgresql.py +++ b/test/test_postgresql.py @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: test_postgresql.py,v 1.7 2004-03-24 06:18:59 richard Exp $ +# $Id: test_postgresql.py,v 1.8 2004-03-25 02:16:08 richard Exp $ import unittest @@ -105,7 +105,7 @@ class postgresqlSessionTest(postgresqlOpener, RDBMSTest): def test_suite(): suite = unittest.TestSuite() if not hasattr(backends, 'postgresql'): - print "Skipping mysql tests" + print "Skipping postgresql tests" return suite # make sure we start with a clean slate -- 2.30.2