gcontini
2020-05-03 8036c8d9edd0c18621f3c6b65eab3ae8916a695a
test/functional/generate-license.cpp
@@ -49,7 +49,7 @@
   cout << "executing :" << ss.str() << endl;
   const int retCode = std::system(ss.str().c_str());
   BOOST_CHECK_EQUAL(retCode, 0);
   BOOST_ASSERT(fs::exists(license_fname));
   BOOST_ASSERT_MSG(fs::exists(license_fname), "license exists");
   CSimpleIniA ini;
   const SI_Error rc = ini.LoadFile(license_fname.c_str());
   BOOST_CHECK_GE(rc, 0);