Rev 4660: Test split with unversioned files within the test tree. in http://bazaar.launchpad.net/~lifeless/bzr/test-speed
Robert Collins
robertc at robertcollins.net
Thu Aug 27 22:48:45 BST 2009
At http://bazaar.launchpad.net/~lifeless/bzr/test-speed
------------------------------------------------------------
revno: 4660
revision-id: robertc at robertcollins.net-20090827214833-nlq6gi269u05hnf6
parent: pqm at pqm.ubuntu.com-20090827132024-h13eo7blndo2dfpl
committer: Robert Collins <robertc at robertcollins.net>
branch nick: test-speed
timestamp: Fri 2009-08-28 07:48:33 +1000
message:
Test split with unversioned files within the test tree.
=== modified file 'bzrlib/tests/blackbox/test_split.py'
--- a/bzrlib/tests/blackbox/test_split.py 2009-06-08 02:02:08 +0000
+++ b/bzrlib/tests/blackbox/test_split.py 2009-08-27 21:48:33 +0000
@@ -31,7 +31,7 @@
wt.add(['b', 'b/c'])
wt.commit('rev1')
self.run_bzr('split a/b')
- self.run_bzr_error(('.* is not versioned',), 'split q')
+ self.run_bzr_error(('.* is not versioned',), 'split q', working_dir='a')
def test_split_repo_failure(self):
repo = self.make_repository('branch', shared=True, format='knit')
More information about the bazaar-commits
mailing list