Skip to content
Snippets Groups Projects
Commit 7307ed53 authored by Martin Killenberg's avatar Martin Killenberg
Browse files

testVariableMapper is testing the clear function (and uses it to have a clean...

testVariableMapper is testing the clear function (and uses it to have a clean state for the next test)
parent f614af87
No related branches found
No related tags found
No related merge requests found
......@@ -111,6 +111,8 @@ BOOST_AUTO_TEST_CASE( testImportAll ){
// test direct mapping without xml
VariableMapper & vm = VariableMapper::getInstance();
vm.clear();
BOOST_CHECK( vm.getAllProperties().empty() );
vm.directImport( generateInputVariables());
BOOST_CHECK( mapCompare( vm.getAllProperties(), propertyMap) );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment