Rev 4189: Review caught a bogus change to test_last_modified_revision_after_commit_link_unchanged_ric. in http://people.ubuntu.com/~robertc/baz2.0/pending/commit-uses-ric
Robert Collins
robertc at robertcollins.net
Thu Mar 26 23:16:24 GMT 2009
At http://people.ubuntu.com/~robertc/baz2.0/pending/commit-uses-ric
------------------------------------------------------------
revno: 4189
revision-id: robertc at robertcollins.net-20090326231606-rh98suac20x246pk
parent: robertc at robertcollins.net-20090325050842-maz9t0tio264dcya
committer: Robert Collins <robertc at robertcollins.net>
branch nick: commit-uses-ric
timestamp: Fri 2009-03-27 10:16:06 +1100
message:
Review caught a bogus change to test_last_modified_revision_after_commit_link_unchanged_ric.
=== modified file 'bzrlib/tests/per_repository/test_commit_builder.py'
--- a/bzrlib/tests/per_repository/test_commit_builder.py 2009-03-25 02:13:48 +0000
+++ b/bzrlib/tests/per_repository/test_commit_builder.py 2009-03-26 23:16:06 +0000
@@ -571,7 +571,8 @@
self._add_commit_check_unchanged(tree, 'link')
def test_last_modified_revision_after_commit_link_unchanged_ric(self):
- # committing without changing a subtree does not change the last modified.
+ # committing without changing a link does not change the last modified.
+ self.requireFeature(tests.SymlinkFeature)
tree = self.make_branch_and_tree('.')
os.symlink('target', 'link')
self._add_commit_check_unchanged(tree, 'link',
More information about the bazaar-commits
mailing list