Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
ZODB
Commits
f806f1dc
Commit
f806f1dc
authored
May 14, 2013
by
Tres Seaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Extend blob renormalizer to support server-side blob filenames (for ZEO).
parent
e1a5a0b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
CHANGES.rst
CHANGES.rst
+3
-0
src/ZODB/tests/testblob.py
src/ZODB/tests/testblob.py
+1
-1
No files found.
CHANGES.rst
View file @
f806f1dc
...
...
@@ -5,6 +5,9 @@
Unreleased
==========
- Extended the filename renormalizer uwed for blob doctests to support
the filenames used by ZEO in non-shared mode.
- Added ``url`` parameter to ``setup()`` (PyPI says it is required).
4.0.0b1 (2013-05-10)
...
...
src/ZODB/tests/testblob.py
View file @
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)sblobs\
%(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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment