From 19ee9f50a7d14f48ca993b7c8b21ef4ca3642809 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周六, 10 10月 2020 10:25:45 +0800 Subject: [PATCH] Merge branch 'feature/vs2019_github_actions' of https://github.com/open-license-manager/open-license-manager into feature/vs2019_github_actions --- test/functional/standard-license_test.cpp | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/test/functional/standard-license_test.cpp b/test/functional/standard-license_test.cpp index 97608a1..c163212 100644 --- a/test/functional/standard-license_test.cpp +++ b/test/functional/standard-license_test.cpp @@ -72,6 +72,8 @@ } */ +// old boost version can't parse the comma separated list.. only centos 7 and Ubuntu 16.04 +#if (BOOST_VERSION > 106500) BOOST_AUTO_TEST_CASE(multiple_features) { vector<string> extraArgs; extraArgs.push_back("-f"); @@ -95,6 +97,8 @@ result = acquire_license(&callInfo, &location, &license); BOOST_CHECK_EQUAL(result, LCC_EVENT_TYPE::PRODUCT_NOT_LICENSED); } +#endif + // // BOOST_AUTO_TEST_CASE( hw_identifier ) { // const string licLocation(PROJECT_TEST_TEMP_DIR "/hw_identifier.lic"); -- Gitblit v1.9.1