Rev 5563: (vila) Skip test for bug 488519 on OS X (Martin [gz]) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Wed Dec 8 08:57:19 GMT 2010
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 5563 [merge]
revision-id: pqm at pqm.ubuntu.com-20101208085718-krp2xe9v3i446gpv
parent: pqm at pqm.ubuntu.com-20101208082441-sirl718tzq2256wo
parent: gzlist at googlemail.com-20101207173854-s975tgoabcjt2ug5
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Wed 2010-12-08 08:57:18 +0000
message:
(vila) Skip test for bug 488519 on OS X (Martin [gz])
modified:
bzrlib/tests/test_osutils.py test_osutils.py-20051201224856-e48ee24c12182989
=== modified file 'bzrlib/tests/test_osutils.py'
--- a/bzrlib/tests/test_osutils.py 2010-12-02 10:41:05 +0000
+++ b/bzrlib/tests/test_osutils.py 2010-12-08 08:57:18 +0000
@@ -1107,6 +1107,8 @@
# rename the 1file to a latin-1 filename
os.rename("./1file", "\xe8file")
+ if "\xe8file" not in os.listdir("."):
+ self.skip("Lack filesystem that preserves arbitrary bytes")
self._save_platform_info()
win32utils.winver = None # Avoid the win32 detection code
More information about the bazaar-commits
mailing list