We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca48a3 commit 34b883aCopy full SHA for 34b883a
src/openfluid/utils/Binding.hpp
@@ -576,6 +576,7 @@ class Binding
576
try
577
{
578
init();
579
+ openfluid::base::RunContextManager::instance()->closeProject();
580
581
openfluid::base::IOListener FluidXListener;
582
src/openfluid/utils/tests/Binding_TEST.cpp
@@ -164,6 +164,9 @@ BOOST_AUTO_TEST_CASE(check_datasetsprojects)
164
std::cout << "obsIDs: " << TB->getObserversIDs() << std::endl;
165
166
openfluid::utils::Binding::destroy(TB);
167
+
168
+ // recall
169
+ BOOST_REQUIRE(openfluid::utils::Binding::openProject(PrjPath.c_str()) != 0);
170
}
171
172
0 commit comments