Rev 3694: Track down other references to branch_implementations. in http://bzr.arbash-meinel.com/branches/bzr/1.8-dev/per_tests_239343
John Arbash Meinel
john at arbash-meinel.com
Thu Sep 4 22:08:04 BST 2008
At http://bzr.arbash-meinel.com/branches/bzr/1.8-dev/per_tests_239343
------------------------------------------------------------
revno: 3694
revision-id: john at arbash-meinel.com-20080904210757-lfaeg40xxo530n1l
parent: john at arbash-meinel.com-20080904210536-u5votx6xh96j3y7p
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: per_tests_239343
timestamp: Thu 2008-09-04 16:07:57 -0500
message:
Track down other references to branch_implementations.
-------------- next part --------------
=== modified file 'bzrlib/tests/bzrdir_implementations/__init__.py'
--- a/bzrlib/tests/bzrdir_implementations/__init__.py 2008-06-05 22:56:42 +0000
+++ b/bzrlib/tests/bzrdir_implementations/__init__.py 2008-09-04 21:07:57 +0000
@@ -20,8 +20,8 @@
"""BzrDir implementation tests for bzr.
These test the conformance of all the bzrdir variations to the expected API.
-Specific tests for individual formats are in the tests/test_bzrdir.py file
-rather than in tests/branch_implementations/*.py.
+Specific tests for individual formats are in the tests/test_bzrdir.py file
+rather than in tests/per_branch/*.py.
"""
from bzrlib.bzrdir import BzrDirFormat
=== modified file 'bzrlib/tests/per_repository/__init__.py'
--- a/bzrlib/tests/per_repository/__init__.py 2008-09-04 20:32:04 +0000
+++ b/bzrlib/tests/per_repository/__init__.py 2008-09-04 21:07:57 +0000
@@ -20,8 +20,8 @@
"""Repository implementation tests for bzr.
These test the conformance of all the repository variations to the expected API.
-Specific tests for individual formats are in the tests/test_repository.py file
-rather than in tests/branch_implementations/*.py.
+Specific tests for individual formats are in the tests/test_repository.py file
+rather than in tests/per_branch/*.py.
"""
from bzrlib import (
=== modified file 'bzrlib/tests/test_branch.py'
--- a/bzrlib/tests/test_branch.py 2008-07-22 19:48:40 +0000
+++ b/bzrlib/tests/test_branch.py 2008-09-04 21:07:57 +0000
@@ -16,7 +16,7 @@
"""Tests for the Branch facility that are not interface tests.
-For interface tests see tests/branch_implementations/*.py.
+For interface tests see tests/per_branch/*.py.
For concrete class tests see this file, and for meta-branch tests
also see this file.
=== modified file 'bzrlib/tests/test_selftest.py'
--- a/bzrlib/tests/test_selftest.py 2008-09-04 21:05:18 +0000
+++ b/bzrlib/tests/test_selftest.py 2008-09-04 21:07:57 +0000
@@ -200,7 +200,7 @@
def test_constructor(self):
# check that constructor parameters are passed through to the adapted
# test.
- from bzrlib.tests.branch_implementations import BranchTestProviderAdapter
+ from bzrlib.tests.per_branch import BranchTestProviderAdapter
server1 = "a"
server2 = "b"
formats = [("c", "C"), ("d", "D")]
More information about the bazaar-commits
mailing list