Rev 4796: We can run the executable tests. in http://bazaar.launchpad.net/~jameinel/bzr/2.1.0b4-win32-minor
John Arbash Meinel
john at arbash-meinel.com
Wed Nov 18 16:01:57 GMT 2009
At http://bazaar.launchpad.net/~jameinel/bzr/2.1.0b4-win32-minor
------------------------------------------------------------
revno: 4796
revision-id: john at arbash-meinel.com-20091118160149-8qjuw8ugae3av2vg
parent: john at arbash-meinel.com-20091118155739-6me86pvzc4tc69ai
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.1.0b4-win32-minor
timestamp: Wed 2009-11-18 10:01:49 -0600
message:
We can run the executable tests.
Adding tt.finalize allows the branch to be unlocked properly.
-------------- next part --------------
=== modified file 'bzrlib/tests/test_transform.py'
--- a/bzrlib/tests/test_transform.py 2009-11-18 15:57:39 +0000
+++ b/bzrlib/tests/test_transform.py 2009-11-18 16:01:49 +0000
@@ -2456,9 +2456,6 @@
self.assertEqual(('missing', None, None, None), summary)
def test_file_content_summary_executable(self):
- if not osutils.supports_executable():
- raise tests.TestNotApplicable('platform does not track the'
- ' executable bit')
preview = self.get_empty_preview()
path_id = preview.new_file('path', preview.root, 'contents', 'path-id')
preview.set_executability(True, path_id)
@@ -2757,6 +2754,7 @@
branch = self.make_branch('any')
tree = branch.repository.revision_tree(_mod_revision.NULL_REVISION)
tt = TransformPreview(tree)
+ self.addCleanup(tt.finalize)
foo_id = tt.new_directory('', ROOT_PARENT)
bar_id = tt.new_file(u'\u1234bar', foo_id, 'contents')
limbo_path = tt._limbo_name(bar_id)
More information about the bazaar-commits
mailing list