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,
(re.compile("^ZODB.POSException.Unsupported:"), "Unsupported:"),
# Normalize out blobfile paths for sake of Windows
(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>')
]),
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