Fix command option for SWMR
Created by: dominikwerder
Description of work
- Add test for opening file in non-SWMR and SWMR mode
- Fix the non-SWMR case
Issue
Closes #217 (closed)
Acceptance Criteria
- Filewriter should respect the
{ "use_hdf_swmr": false }
in theFileWriter_new
command.
Unit Tests
CommandHandlertests.cpp
: OpenFileInNonSWMRMode
, OpenFileInSWMRMode