[MERGE] internal glob expansion for all commands on win32 and for invocations from the test suite
Kuno Meyer
kuno.meyer at gmx.ch
Mon Aug 6 20:54:44 BST 2007
On 05.08.2007 17:08, Alexander Belchenko wrote:
> Alexander Belchenko has voted comment.
> Status is now: Waiting
> Comment:
> Looks good, but I'd like to test it several days with real data.
> There is one place where you need to tweak:
>
> === modified file 'bzrlib/tests/blackbox/test_commit.py'
> --- bzrlib/tests/blackbox/test_commit.py 2007-07-13 02:23:34 +0000
> +++ bzrlib/tests/blackbox/test_commit.py 2007-08-05 09:07:07 +0000
> @@ -74,6 +74,16 @@
> self.run_bzr(['commit', '-m', 'merge into b', 'b'])
>
>
> + def test_commit_with_wildcards(self):
> + """Check internal glob expansion for selected* argument type."""
> + self.make_branch_and_tree('.')
> + self.build_tree(['aa', 'ab', 'ba', 'bb'])
> + self.run_bzr('add')
> + self.assertEqual(self.run_bzr('st')[0], 'added:\n aa\n ab\n
> ba\n bb\n')
> + self.run_bzr('commit -m message a*')
> + self.assertEqual(self.run_bzr('st')[0], 'added:\n ba\n bb\n')
> +
> +
> def test_10_verbose_commit(self):
> """Add one file and examine verbose commit output"""
> self.run_bzr("init")
>
> ^-- One blank line between methods, please (PEP-8).
Corrected, plus some small docstring changes.
Kuno
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: internalglobexpand_v1.1.patch
Url: https://lists.ubuntu.com/archives/bazaar/attachments/20070806/b148657f/attachment-0001.diff
More information about the bazaar
mailing list