Matthias Beyer
cc11162dd4
The implementation of the in-memory filesystem for testing imag code did not actually use `HashMap::remove()` when an entry was moved, but `HashMap::get().cloned()`, which caused the original entry to exist _after_ the move. I'm not sure why this did not fail much earlier, but it was clearly wrong. This commit adjust the test to check the "filesystem" before checking the store and fixes the bug. Signed-off-by: Matthias Beyer <mail@beyermatthias.de> |
||
---|---|---|
.. | ||
core | ||
domain | ||
entry | ||
etc |