imag/lib
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
..
core Fix: In-Memory test backend: Actually remove the old entry on "move" 2018-11-06 18:34:33 +01:00
domain Add FileLockEntry-getter in Mail struct 2018-11-06 14:48:49 +01:00
entry Change test output to use debug!() 2018-11-01 20:37:02 +01:00
etc Make "ask" functions get input and output streams 2018-11-01 20:30:12 +01:00