mbed-os/storage/kvstore/filesystemstore/tests
Lingkai Dong e8070514b1 FileSystemStore unit test: remove erased_set_get test
The "erased_set_get" test case deinits `FileSystemStore`, erases the
block device, and reinits `FileSystemStore`. This of course fails,
because `BlockDevice::erase()` removes all stored data including the
format of the `FileSystem` (middle layer), unless the particular type
of block device has a no-op erase implementation.

Note: Previously `HeapBlockDevice::erase()` was essentially a no-op
so this test case did not fail. We recently added the freeing of heap
memory and it uncovered the problem.
2021-04-14 17:16:54 +01:00
..
TESTS/filesystemstore/general Relocate kvstore Greentea tests into each store type's path 2020-12-09 17:20:43 +00:00
UNITTESTS FileSystemStore unit test: remove erased_set_get test 2021-04-14 17:16:54 +01:00