We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba2381c commit 8647560Copy full SHA for 8647560
test/test_mailgw.py
@@ -8,7 +8,7 @@
8
# but WITHOUT ANY WARRANTY; without even the implied warranty of
9
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10
#
11
-# $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 $
12
13
# TODO: test bcc
14
@@ -101,7 +101,7 @@ def setUp(self):
101
if error.errno not in (errno.ENOENT, errno.ESRCH): raise
102
# create the instance
103
init.install(self.dirname, 'templates/classic')
104
- init.write_select_db(self.dirname, 'sqlite')
+ init.write_select_db(self.dirname, 'anydbm')
105
init.initialise(self.dirname, 'sekrit')
106
107
# check we can load the package
0 commit comments