Rev 5931: Remove debug statement (I really need better multi-platforms tests with no commit required :-/). in file:///home/vila/src/bzr/bugs/787942-osx-normalizes/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Sat May 28 14:56:33 UTC 2011
At file:///home/vila/src/bzr/bugs/787942-osx-normalizes/
------------------------------------------------------------
revno: 5931
revision-id: v.ladeuil+lp at free.fr-20110528145633-2i7olnfhw5urdxwc
parent: v.ladeuil+lp at free.fr-20110528095237-atve33vssegvbx85
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 787942-osx-normalizes
timestamp: Sat 2011-05-28 16:56:33 +0200
message:
Remove debug statement (I really need better multi-platforms tests with no commit required :-/).
-------------- next part --------------
=== modified file 'bzrlib/tests/per_workingtree/test_smart_add.py'
--- a/bzrlib/tests/per_workingtree/test_smart_add.py 2011-05-28 09:52:37 +0000
+++ b/bzrlib/tests/per_workingtree/test_smart_add.py 2011-05-28 14:56:33 +0000
@@ -304,7 +304,6 @@
osutils.normalized_filename = osutils._accessible_normalized_filename
if (self.workingtree_format.requires_normalized_unicode_filenames
and sys.platform != 'darwin'):
- self.debug()
self.assertRaises(
errors.NoSuchFile, self.wt.smart_add, [u'a\u030a'])
else:
More information about the bazaar-commits
mailing list