diff test/test_mysql.py @ 2892:2eae5848912d

always honor indexme property on Strings (patch [SF#063711])
author Richard Jones <richard@users.sourceforge.net>
date Wed, 10 Nov 2004 22:22:59 +0000
parents adec352e2ce0
children 2784c239e6c8
line wrap: on
line diff
--- a/test/test_mysql.py	Wed Nov 10 08:58:47 2004 +0000
+++ b/test/test_mysql.py	Wed Nov 10 22:22:59 2004 +0000
@@ -15,7 +15,7 @@
 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 #
-# $Id: test_mysql.py,v 1.14 2004-11-03 01:34:21 richard Exp $
+# $Id: test_mysql.py,v 1.15 2004-11-10 22:22:59 richard Exp $
 
 import unittest, os, shutil, time, imp
 
@@ -27,7 +27,7 @@
 
 class mysqlOpener:
     if have_backend('mysql'):
-        module = get_backends('mysql')
+        module = get_backend('mysql')
 
     def setUp(self):
         self.module.db_nuke(config)

Roundup Issue Tracker: http://roundup-tracker.org/