Gabriele Contini
2020-01-11 1d1082fe695366da3498f528b953203a90fe7385
test/functional/standard-license_test.cpp
@@ -27,7 +27,7 @@
   LicenseInfo license;
   LicenseLocation location = {LICENSE_PATH};
   std::copy(licLocation.begin(), licLocation.end(), location.licenseData);
   const EVENT_TYPE result = acquire_license(nullptr, &location, &license);
   const LCC_EVENT_TYPE result = acquire_license(nullptr, &location, &license);
   BOOST_CHECK_EQUAL(result, LICENSE_OK);
   BOOST_CHECK_EQUAL(license.has_expiry, false);
   BOOST_CHECK_EQUAL(license.linked_to_pc, false);
@@ -45,7 +45,7 @@
   LicenseInfo license;
   LicenseLocation location = {LICENSE_PLAIN_DATA};
   std::copy(license_data.begin(), license_data.end(), location.licenseData);
   const EVENT_TYPE result = acquire_license(nullptr, &location, &license);
   const LCC_EVENT_TYPE result = acquire_license(nullptr, &location, &license);
   BOOST_CHECK_EQUAL(result, LICENSE_OK);
   BOOST_CHECK_EQUAL(license.has_expiry, false);
   BOOST_CHECK_EQUAL(license.linked_to_pc, false);