Fix fake SDL database backend to support multiple set calls 02/2202/1
authorTimo Tietavainen <timo.tietavainen@nokia.com>
Mon, 13 Jan 2020 16:32:29 +0000 (18:32 +0200)
committerTimo Tietavainen <timo.tietavainen@nokia.com>
Mon, 13 Jan 2020 16:32:29 +0000 (18:32 +0200)
commit8d8b558fbc0f68bb5942849a5846d9ce1cbf444d
treea320e430970c400973d944e3524961ae16ab80b7
parent598ca39173733260e0920b6477cd9965920278f1
Fix fake SDL database backend to support multiple set calls

Old fake SDL database backend implementation overwrote the whole fake
database (dictionary) with new key-values what were given in set() API
call. Fixed this to append received key-values in a set() API call to
the old values in the dictionary.

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: I8000ed86a1976951270c40d4d2358077ecc3785b
docs/release-notes.rst
ricsdl-package/ricsdl/backend/fake_dict_db.py
ricsdl-package/tests/backend/test_fake_dict_db.py