Commit 0de674af authored by Tres Seaver's avatar Tres Seaver

regex + doctest: now you have *three* problems.

parent f806f1dc
...@@ -735,7 +735,7 @@ def storage_reusable_suite(prefix, factory, ...@@ -735,7 +735,7 @@ def storage_reusable_suite(prefix, factory,
(re.compile("^ZODB.POSException.Unsupported:"), "Unsupported:"), (re.compile("^ZODB.POSException.Unsupported:"), "Unsupported:"),
# Normalize out blobfile paths for sake of Windows # Normalize out blobfile paths for sake of Windows
(re.compile( (re.compile(
r'([a-zA-Z]:)?\%(sep)s.*\%(sep)s(server-)blobs\%(sep)s.*\.blob' r'([a-zA-Z]:)?\%(sep)s.*\%(sep)s(server-)?blobs\%(sep)s.*\.blob'
% dict(sep=os.path.sep)), '<BLOB STORAGE PATH>') % dict(sep=os.path.sep)), '<BLOB STORAGE PATH>')
]), ]),
optionflags=doctest.ELLIPSIS, 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