From 6a80dbc2c74e3af8eff532e8be399122eeee5d14 Mon Sep 17 00:00:00 2001 From: Gabriele Contini <contini.mailing@gmail.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