summaryrefslogtreecommitdiff
path: root/git/test/performance/db/odb_impl.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2011-06-06 16:55:57 +0200
committerSebastian Thiel <byronimo@gmail.com>2011-06-06 16:55:57 +0200
commitd1032572162f91ee9e67e74321f329238fa32b15 (patch)
tree8183c05462c0cadf9e02b6605fbffcb82e43b2d6 /git/test/performance/db/odb_impl.py
parent5426890ebd5a54fdc450f977137511bbd52f200e (diff)
downloadgitpython-d1032572162f91ee9e67e74321f329238fa32b15.tar.gz
Fixed packed ODB test, in preparation for separating the type to allow future implementations to use the test as well
Diffstat (limited to 'git/test/performance/db/odb_impl.py')
-rw-r--r--git/test/performance/db/odb_impl.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/git/test/performance/db/odb_impl.py b/git/test/performance/db/odb_impl.py
index 50ee37e1..fd1abdee 100644
--- a/git/test/performance/db/odb_impl.py
+++ b/git/test/performance/db/odb_impl.py
@@ -17,6 +17,10 @@ class PerfBaseDeletorMetaClass(GlobalsItemDeletorMetaCls):
class TestObjDBPerformanceBase(TestBigRepoR):
__metaclass__ = PerfBaseDeletorMetaClass
+ #{ Configuration
+ RepoCls = None # to be set by subclass
+ #} END configuration
+
def test_random_access_test(self):
repo = self.rorepo