From 9afdac17dcc8956fd795797bfc5b6e1c09285342 Mon Sep 17 00:00:00 2001
From: Gabriele Contini <contini.mailing@gmail.com>
Date: 周日, 08 3月 2020 21:27:16 +0800
Subject: [PATCH] Issues #14 and #6

---
 test/functional/standard-license_test.cpp |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/test/functional/standard-license_test.cpp b/test/functional/standard-license_test.cpp
index 5d3839c..4293d11 100644
--- a/test/functional/standard-license_test.cpp
+++ b/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);
 //

--
Gitblit v1.9.1