Gabriele Contini
2020-02-15 9119e2b9bbb11b4ae21618fbaacfe6edaeb2a62b
test/functional/standard-license_test.cpp
@@ -11,11 +11,11 @@
#include "generate-license.h"
#include "../../src/library/base/FileUtils.hpp"
using namespace std;
namespace fs = boost::filesystem;
namespace license {
namespace test {
namespace fs = boost::filesystem;
using namespace license;
using namespace std;
/**
 * Test a generic license with no expiry neither client id. The license is read from file
@@ -72,8 +72,8 @@
//   BOOST_CHECK_EQUAL(license.linked_to_pc, false);
//}
//
// BOOST_AUTO_TEST_CASE( pc_identifier ) {
//   const string licLocation(PROJECT_TEST_TEMP_DIR "/pc_identifier.lic");
// BOOST_AUTO_TEST_CASE( hw_identifier ) {
//   const string licLocation(PROJECT_TEST_TEMP_DIR "/hw_identifier.lic");
//   const vector<string> extraArgs = { "-s", "Jaaa-aaaa-MG9F-ZhB1" };
//   generate_license(licLocation, extraArgs);
//