Skip to content

Commit 99a2a60

Browse files
author
Alexander Smishlajev
committed
tracker.open() requires the 2nd argument - journal tag name
1 parent fcef55a commit 99a2a60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/db_test_base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: db_test_base.py,v 1.45 2004-09-26 12:17:42 a1s Exp $
18+
# $Id: db_test_base.py,v 1.46 2004-09-26 13:25:55 a1s Exp $
1919

2020
import unittest, os, shutil, errno, imp, sys, time, pprint
2121

@@ -1377,7 +1377,7 @@ def testCreation(self):
13771377
tracker.init(password.Password('sekrit'))
13781378

13791379
# and open the database
1380-
db = self.db = tracker.open()
1380+
db = self.db = tracker.open('test')
13811381

13821382
# check the basics of the schema and initial data set
13831383
l = db.priority.list()

0 commit comments

Comments
 (0)