From d1032572162f91ee9e67e74321f329238fa32b15 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 6 Jun 2011 16:55:57 +0200 Subject: Fixed packed ODB test, in preparation for separating the type to allow future implementations to use the test as well --- git/test/performance/lib.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'git/test/performance/lib.py') diff --git a/git/test/performance/lib.py b/git/test/performance/lib.py index cf80a0de..c92b0eea 100644 --- a/git/test/performance/lib.py +++ b/git/test/performance/lib.py @@ -7,6 +7,8 @@ from git.test.lib import ( import shutil import tempfile +from git import Repo + #{ Invvariants k_env_git_repo = "GIT_PYTHON_TEST_GIT_REPO_BASE" #} END invariants @@ -41,7 +43,7 @@ class TestBigRepoR(TestBase): #} END invariants #{ Configuration - RepoCls = None + RepoCls = Repo #} END configuration @classmethod -- cgit v1.2.1