diff test/test_mailgw.py @ 2229:77461135596d

s/sqlite/anydbm
author Richard Jones <richard@users.sourceforge.net>
date Tue, 20 Apr 2004 21:55:45 +0000
parents 2623b1afc2b6
children d81a7b03435f 223f4fb26a75
line wrap: on
line diff
--- a/test/test_mailgw.py	Tue Apr 20 05:47:33 2004 +0000
+++ b/test/test_mailgw.py	Tue Apr 20 21:55:45 2004 +0000
@@ -8,7 +8,7 @@
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
-# $Id: test_mailgw.py,v 1.68 2004-04-18 06:14:26 richard Exp $
+# $Id: test_mailgw.py,v 1.69 2004-04-20 21:55:45 richard Exp $
 
 # TODO: test bcc
 
@@ -101,7 +101,7 @@
             if error.errno not in (errno.ENOENT, errno.ESRCH): raise
         # create the instance
         init.install(self.dirname, 'templates/classic')
-        init.write_select_db(self.dirname, 'sqlite')
+        init.write_select_db(self.dirname, 'anydbm')
         init.initialise(self.dirname, 'sekrit')
 
         # check we can load the package

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