imag/lib/core
Matthias Beyer becfcd4180 Fix: In-Memory test backend: Actually remove the old entry on "move"
This fixes a really ugly bug where the in-memory backend for the store
did not remove the entry from the in-memory hashmap on "move", but
simply copied it from the old location to the new one.

That caused tests to fail after the fixes introduced for the
Store::get() function which checked the filesystem and the internal
cache whether an entry exists before the actual "get" operation, because
an old entry would still exist after a move (only in the testcases).

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Fixes: 09e8619cf5 ("libimagstore: Move from error-chain to failure")
2018-11-06 18:34:33 +01:00
..
libimagerror libimagerror: Move from error-chain to failure 2018-10-30 18:46:28 +01:00
libimagrt Print Runtime errors to stderr 2018-11-01 20:26:25 +01:00
libimagstore Fix: In-Memory test backend: Actually remove the old entry on "move" 2018-11-06 18:34:33 +01:00