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

prepared test for turning history/readlonly on and off

parent e9c27b7b
No related branches found
No related tags found
No related merge requests found
......@@ -239,3 +239,13 @@ BOOST_AUTO_TEST_CASE( testUnkownLocationNode ){
<< e.what() << std::endl;
}
}
BOOST_AUTO_TEST_CASE( testLocationTurnOffOn ){
testXmlParsing("variableTreeXml/locationTurnOffOn.xml", { {"/A/a/di", {"DUMMY_LOCATION","a.di",false}},
{"/A/a/do", {"DUMMY_LOCATION","A.a.do"}},
{"/A/b", {"DUMMY_LOCATION","b",false}},
{"/B/a/dr", {"ANOTHER_LOCATION","a.dr",false}},
{"/B/c/de", {"ANOTHER_LOCATION","c.de",false}},
{"/B/c/gne", {"ANOTHER_LOCATION","B.c.gne"}},
});
}
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