mbed-os/storage/kvstore/filesystemstore
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
..
include/filesystemstore Turn TDBStore and FileSystemStore into standalone libraries 2020-12-09 17:20:42 +00:00
source Turn TDBStore and FileSystemStore into standalone libraries 2020-12-09 17:20:42 +00:00
tests FileSystemStore unit test: remove erased_set_get test 2021-04-14 17:16:54 +01:00
CMakeLists.txt KVStore: drop './' from CMake paths 2020-12-09 17:26:32 +00:00
mbed_lib.json Turn TDBStore and FileSystemStore into standalone libraries 2020-12-09 17:20:42 +00:00