Skip to content

Commit 8647560

Browse files
author
Richard Jones
committed
s/sqlite/anydbm
1 parent ba2381c commit 8647560

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_mailgw.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# but WITHOUT ANY WARRANTY; without even the implied warranty of
99
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1010
#
11-
# $Id: test_mailgw.py,v 1.68 2004-04-18 06:14:26 richard Exp $
11+
# $Id: test_mailgw.py,v 1.69 2004-04-20 21:55:45 richard Exp $
1212

1313
# TODO: test bcc
1414

@@ -101,7 +101,7 @@ def setUp(self):
101101
if error.errno not in (errno.ENOENT, errno.ESRCH): raise
102102
# create the instance
103103
init.install(self.dirname, 'templates/classic')
104-
init.write_select_db(self.dirname, 'sqlite')
104+
init.write_select_db(self.dirname, 'anydbm')
105105
init.initialise(self.dirname, 'sekrit')
106106

107107
# check we can load the package

0 commit comments

Comments
 (0)