~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_repository/test_pack.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-09-10 19:45:12 UTC
  • mfrom: (3689.1.5 per_tests_239343)
  • Revision ID: pqm@pqm.ubuntu.com-20080910194512-tmwbxet1mn08eah8
(jam) rename repository_implementations => per_repository

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
"""Tests for repository packing."""
18
18
 
19
 
from bzrlib.tests.repository_implementations.test_repository import TestCaseWithRepository
 
19
from bzrlib.tests.per_repository import TestCaseWithRepository
20
20
 
21
21
 
22
22
class TestPack(TestCaseWithRepository):