Rev 53: 'Fix' test suite isolation. in http://people.canonical.com/~robertc/baz2.0/plugins/builder/bug469874
Robert Collins
robertc at robertcollins.net
Tue Nov 10 05:21:31 GMT 2009
At http://people.canonical.com/~robertc/baz2.0/plugins/builder/bug469874
------------------------------------------------------------
revno: 53
revision-id: robertc at robertcollins.net-20091110052129-mhmyoeo1ls2waoqr
parent: james.westby at canonical.com-20090925195030-gk00868edz3t2sp1
committer: Robert Collins <robertc at robertcollins.net>
branch nick: bug469874
timestamp: Tue 2009-11-10 16:21:29 +1100
message:
'Fix' test suite isolation.
=== modified file 'tests/test_blackbox.py'
--- a/tests/test_blackbox.py 2009-09-21 18:07:53 +0000
+++ b/tests/test_blackbox.py 2009-11-10 05:21:29 +0000
@@ -155,6 +155,7 @@
def test_cmd_dailydeb_no_work_dir(self):
#TODO: define a test feature for debuild and require it here.
+ self.permit_dir('/') # Allow the made working dir to be accessed.
source = self.make_branch_and_tree("source")
self.build_tree(["source/a", "source/debian/"])
self.build_tree_contents([("source/debian/rules",
@@ -170,6 +171,7 @@
def test_cmd_dailydeb_if_changed_from_non_existant(self):
#TODO: define a test feature for debuild and require it here.
+ self.permit_dir('/') # Allow the made working dir to be accessed.
source = self.make_branch_and_tree("source")
self.build_tree(["source/a", "source/debian/"])
self.build_tree_contents([("source/debian/rules",
More information about the bazaar-commits
mailing list