From d288b1db1a49f6246071f7fbd2e8590b30df81fb Mon Sep 17 00:00:00 2001
From: gcontini <1121667+gcontini@users.noreply.github.com>
Date: 周日, 03 5月 2020 22:36:12 +0800
Subject: [PATCH] missing commit

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

diff --git a/test/functional/standard-license_test.cpp b/test/functional/standard-license_test.cpp
index bbd6362..97608a1 100644
--- a/test/functional/standard-license_test.cpp
+++ b/test/functional/standard-license_test.cpp
@@ -75,7 +75,7 @@
 BOOST_AUTO_TEST_CASE(multiple_features) {
 	vector<string> extraArgs;
 	extraArgs.push_back("-f");
-	extraArgs.push_back("feature1,feature2");
+	extraArgs.push_back(LCC_PROJECT_NAME ",feature1,feature2");
 	const fs::path licLocation = fs::path(generate_license("multi_feature", extraArgs));
 	const string licLocationStr = licLocation.string();
 	string license_data = get_file_contents(licLocationStr.c_str(), 65536);

--
Gitblit v1.9.1