Gabriele Contini
2019-12-14 e2c2e9dc1a9a7f7eafff371cdf29bb731015238c
test/functional/standard-license_test.cpp
@@ -17,7 +17,10 @@
using namespace license;
using namespace std;
BOOST_AUTO_TEST_CASE( standard_lic_file ) {
/**
 * Test a generic license with no expiry neither client id.
 */
BOOST_AUTO_TEST_CASE(test_generic_license) {
   const vector<string> extraArgs;
   const string licLocation = generate_license("standard_license", extraArgs);
   /* */