Rev 3693: Doc strings that reference repository_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:10:14 BST 2008
At http://bzr.arbash-meinel.com/branches/bzr/1.8-dev/per_tests_239343
------------------------------------------------------------
revno: 3693
revision-id: john at arbash-meinel.com-20080904211007-1tyny4snc6srvle9
parent: john at arbash-meinel.com-20080904210518-m80hew6gdllqd61r
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: per_tests_239343
timestamp: Thu 2008-09-04 16:10:07 -0500
message:
Doc strings that reference repository_implementations
-------------- next part --------------
=== modified file 'bzrlib/tests/per_repository_reference/__init__.py'
--- a/bzrlib/tests/per_repository_reference/__init__.py 2008-09-04 20:32:04 +0000
+++ b/bzrlib/tests/per_repository_reference/__init__.py 2008-09-04 21:10:07 +0000
@@ -95,7 +95,7 @@
'bzrlib.tests.per_repository_reference.test_break_lock',
'bzrlib.tests.per_repository_reference.test_check',
]
- # Parameterize repository_implementations test modules by format.
+ # Parameterize per_repository_reference test modules by format.
result = TestSuite()
adapt_tests(standard_tests, adapter, result)
adapt_modules(module_list, adapter, loader, result)
=== modified file 'bzrlib/tests/test_annotate.py'
--- a/bzrlib/tests/test_annotate.py 2008-07-29 16:50:43 +0000
+++ b/bzrlib/tests/test_annotate.py 2008-09-04 21:10:07 +0000
@@ -306,7 +306,7 @@
''.join('\t'.join(l) for l in actual))
def test_annotate_duplicate_lines(self):
- # XXX: Should this be a repository_implementations test?
+ # XXX: Should this be a per_repository test?
tree1 = self.create_duplicate_lines_tree()
repo = tree1.branch.repository
repo.lock_read()
=== modified file 'bzrlib/tests/test_repository.py'
--- a/bzrlib/tests/test_repository.py 2008-08-04 07:55:41 +0000
+++ b/bzrlib/tests/test_repository.py 2008-09-04 21:10:07 +0000
@@ -16,7 +16,7 @@
"""Tests for the Repository facility that are not interface tests.
-For interface tests see tests/repository_implementations/*.py.
+For interface tests see tests/per_repository/*.py.
For concrete class tests see this file, and for storage formats tests
also see this file.
More information about the bazaar-commits
mailing list