Commit 814f12bb authored by Hanno Schlichting's avatar Hanno Schlichting

Disabled ``check_tid_ordering_w_commit`` test from BasicStorage, as it uses invalid test data.

parent adb20aaf
...@@ -4,6 +4,9 @@ Changelog ...@@ -4,6 +4,9 @@ Changelog
2.12.1 - unreleased 2.12.1 - unreleased
------------------- -------------------
- Disabled ``check_tid_ordering_w_commit`` test from BasicStorage, as it uses
invalid test data.
2.12.0 - 2010-09-25 2.12.0 - 2010-09-25
------------------- -------------------
......
...@@ -36,6 +36,12 @@ class ZODBProtocolTests(StorageTestBase.StorageTestBase, ...@@ -36,6 +36,12 @@ class ZODBProtocolTests(StorageTestBase.StorageTestBase,
from tempstorage.TemporaryStorage import TemporaryStorage from tempstorage.TemporaryStorage import TemporaryStorage
self._storage = TemporaryStorage('foo') self._storage = TemporaryStorage('foo')
def check_tid_ordering_w_commit(self):
# The test uses invalid test data of 'x'. The normal storages
# don't load the actual data and thus pass, but the tempstorage
# will always try to load the data and fail
pass
class TemporaryStorageTests(unittest.TestCase): class TemporaryStorageTests(unittest.TestCase):
......
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