Fix periodic actions test
authorPascal Merz <pascal.merz@me.com>
Mon, 30 Nov 2020 23:35:46 +0000 (16:35 -0700)
committerPascal Merz <pascal.merz@me.com>
Thu, 7 Jan 2021 16:43:12 +0000 (09:43 -0700)
commite77b8e8adfcef961bece9d51f1fc6ff4ff31e12e
treedb949325af08e9459829fd537b9ef01e4e1f2e88
parente9ab3a109505b704da21a830930dad0af0070d7b
Fix periodic actions test

The periodic actions test was using `insert` to add options to the
mdp map, but intended to overwrite already present values. This change
replaces the non-overwriting `insert` by a lambda actually overwriting
the default options.
src/programs/mdrun/tests/periodicactions.cpp