Skip to content

Commit

Permalink
Disabled check_tid_ordering_w_commit test from BasicStorage, as i…
Browse files Browse the repository at this point in the history
…t uses invalid test data.
  • Loading branch information
hannosch committed Sep 29, 2010
1 parent adb20aa commit 814f12b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changelog
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
-------------------
Expand Down
6 changes: 6 additions & 0 deletions src/tempstorage/tests/testTemporaryStorage.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ def open(self, **kwargs):
from tempstorage.TemporaryStorage import TemporaryStorage
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):

Expand Down

0 comments on commit 814f12b

Please sign in to comment.