diff test/test_init.py @ 1528:96cd422532ef

bye bye gadfly - you served your purpose well [SF#701127]
author Richard Jones <richard@users.sourceforge.net>
date Tue, 18 Mar 2003 00:50:24 +0000
parents ca3e0e2320be
children 4074e2336eed
line wrap: on
line diff
--- a/test/test_init.py	Tue Mar 18 00:37:25 2003 +0000
+++ b/test/test_init.py	Tue Mar 18 00:50:24 2003 +0000
@@ -15,7 +15,7 @@
 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 # 
-# $Id: test_init.py,v 1.21 2003-02-28 03:33:25 richard Exp $
+# $Id: test_init.py,v 1.22 2003-03-18 00:50:24 richard Exp $
 
 import unittest, os, shutil, errno, imp, sys
 
@@ -78,8 +78,8 @@
 class metakitClassicTestCase(ClassicTestCase):
     backend = 'metakit'
 
-class gadflyClassicTestCase(ClassicTestCase):
-    backend = 'gadfly'
+class mysqlClassicTestCase(ClassicTestCase):
+    backend = 'mysql'
 
 class sqliteClassicTestCase(ClassicTestCase):
     backend = 'sqlite'
@@ -96,8 +96,8 @@
         l.append(unittest.makeSuite(bsddb3ClassicTestCase, 'test'))
     if hasattr(backends, 'metakit'):
         l.append(unittest.makeSuite(metakitClassicTestCase, 'test'))
-    if hasattr(backends, 'gadfly'):
-        l.append(unittest.makeSuite(gadflyClassicTestCase, 'test'))
+    if hasattr(backends, 'mysql'):
+        l.append(unittest.makeSuite(mysqlClassicTestCase, 'test'))
     if hasattr(backends, 'sqlite'):
         l.append(unittest.makeSuite(sqliteClassicTestCase, 'test'))
 

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