Merge lp://staging/~lifeless/bzr-builder/fix-tests into lp://staging/~james-w/bzr-builder/trunk-old

Proposed by Robert Collins
Status: Merged
Merge reported by: James Westby
Merged at revision: not available
Proposed branch: lp://staging/~lifeless/bzr-builder/fix-tests
Merge into: lp://staging/~james-w/bzr-builder/trunk-old
Diff against target: 19 lines (+2/-0)
1 file modified
tests/test_blackbox.py (+2/-0)
To merge this branch: bzr merge lp://staging/~lifeless/bzr-builder/fix-tests
Reviewer Review Type Date Requested Status
James Westby Approve
Review via email: mp+14683@code.staging.launchpad.net
To post a comment you must log in.
Revision history for this message
Robert Collins (lifeless) wrote :

Fix tests to run. \o/

Revision history for this message
James Westby (james-w) :
review: Approve
Revision history for this message
James Westby (james-w) wrote :

I can't land this currently as it is a 2a branch and the trunk of the
project is not.

I just sent the notification I will upload in a week. If you wish to
see this land before that please push an old-format branch.

Thanks,

James

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/test_blackbox.py'
2--- tests/test_blackbox.py 2009-09-21 18:07:53 +0000
3+++ tests/test_blackbox.py 2009-11-10 05:35:17 +0000
4@@ -155,6 +155,7 @@
5
6 def test_cmd_dailydeb_no_work_dir(self):
7 #TODO: define a test feature for debuild and require it here.
8+ self.permit_dir('/') # Allow the made working dir to be accessed.
9 source = self.make_branch_and_tree("source")
10 self.build_tree(["source/a", "source/debian/"])
11 self.build_tree_contents([("source/debian/rules",
12@@ -170,6 +171,7 @@
13
14 def test_cmd_dailydeb_if_changed_from_non_existant(self):
15 #TODO: define a test feature for debuild and require it here.
16+ self.permit_dir('/') # Allow the made working dir to be accessed.
17 source = self.make_branch_and_tree("source")
18 self.build_tree(["source/a", "source/debian/"])
19 self.build_tree_contents([("source/debian/rules",

Subscribers

People subscribed via source and target branches