Gabriele Contini
2020-02-24 9afdac17dcc8956fd795797bfc5b6e1c09285342
test/functional/standard-license_test.cpp
@@ -1,3 +1,4 @@
#define BOOST_TEST_MODULE test_standard_license
#include <boost/test/unit_test.hpp>
@@ -9,7 +10,7 @@
#include "../../src/library/ini/SimpleIni.h"
#include "generate-license.h"
#include "../../src/library/base/FileUtils.hpp"
#include "../../src/library/base/file_utils.hpp"
using namespace std;
namespace fs = boost::filesystem;
@@ -72,8 +73,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);
//