Skip to content

Commit b93a119

Browse files
author
Richard Jones
committed
test fix
1 parent cf9a094 commit b93a119

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/db_test_base.py

Lines changed: 1 addition & 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.2 2003-11-02 08:44:17 richard Exp $
18+
# $Id: db_test_base.py,v 1.3 2003-11-05 01:38:52 richard Exp $
1919

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

@@ -956,7 +956,6 @@ def test_removeClass(self):
956956

957957
# confirm journal's ok
958958
self.db.getjournal('a', aid)
959-
self.db.getjournal('b', bid)
960959

961960

962961
class ClassicInitTest(unittest.TestCase):

0 commit comments

Comments
 (0)