Commit dee66376 authored by Marius Gedminas's avatar Marius Gedminas

Third time's the charm: fix tests on Windows

(I wish we had some real Windows developers who cared.  A 24-hour test
cycle is not exactly optimal.)
parent 81aff79b
......@@ -394,7 +394,7 @@ And we shouldn't be able to read the data that we saved:
>>> blob_storage.loadBlob(blob._p_oid, s1)
Traceback (most recent call last):
...
POSKeyError: 'No blob file at /var/blobs/0x00/0x039bfdeeb0364777.blob'
POSKeyError: 'No blob file at <BLOB STORAGE PATH>'
Of course the old data should be unaffected:
......
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