Skip to content

Commit e66042f

Browse files
author
Richard Jones
committed
*cough* look over there...
1 parent 4af8951 commit e66042f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_postgresql.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: test_postgresql.py,v 1.7 2004-03-24 06:18:59 richard Exp $
18+
# $Id: test_postgresql.py,v 1.8 2004-03-25 02:16:08 richard Exp $
1919

2020
import unittest
2121

@@ -105,7 +105,7 @@ def tearDown(self):
105105
def test_suite():
106106
suite = unittest.TestSuite()
107107
if not hasattr(backends, 'postgresql'):
108-
print "Skipping mysql tests"
108+
print "Skipping postgresql tests"
109109
return suite
110110

111111
# make sure we start with a clean slate

0 commit comments

Comments
 (0)