summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: be333fc)
raw | patch | inline | side by side (parent: be333fc)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 5 Nov 2003 01:38:52 +0000 (01:38 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 5 Nov 2003 01:38:52 +0000 (01:38 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1966 57a73879-2fb5-44c3-a270-3262357dd7e2
test/db_test_base.py | patch | blob | history |
diff --git a/test/db_test_base.py b/test/db_test_base.py
index 3b6d35772c067dfe9ed740dd3bcbcdec27ad45de..655bf49ef085f41673a40fe0f81b49660761916f 100644 (file)
--- a/test/db_test_base.py
+++ b/test/db_test_base.py
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#
-# $Id: db_test_base.py,v 1.2 2003-11-02 08:44:17 richard Exp $
+# $Id: db_test_base.py,v 1.3 2003-11-05 01:38:52 richard Exp $
import unittest, os, shutil, errno, imp, sys, time
# confirm journal's ok
self.db.getjournal('a', aid)
- self.db.getjournal('b', bid)
class ClassicInitTest(unittest.TestCase):