Commit 0a7415e9 authored by Marius Gedminas's avatar Marius Gedminas

Try to fix test failures on Windows

parent 43854fbb
......@@ -683,7 +683,8 @@ def storage_reusable_suite(prefix, factory,
"blob_transaction.txt",
setUp=setup, tearDown=zope.testing.setupstack.tearDown,
checker=zope.testing.renormalizing.RENormalizing([
(re.compile(r'/.*/blobs/.*\.blob'), '<BLOB STORAGE PATH>')
(re.compile(r'\%(sep)s.*\%(sep)sblobs\%(sep)s.*\.blob'
% dict(sep=os.path.sep)), '<BLOB STORAGE PATH>')
]),
optionflags=doctest.ELLIPSIS,
))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment