From 911e67dc2540e1974ba67faef9dcfd4f27e52ba6 Mon Sep 17 00:00:00 2001 From: open-license-manager <rillf@maildrop.cc> Date: 周一, 28 7月 2014 05:41:41 +0800 Subject: [PATCH] out licenses --- test/library/LicenseReader_test.cpp | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/library/LicenseReader_test.cpp b/test/library/LicenseReader_test.cpp index f4dcfca..e803ef7 100644 --- a/test/library/LicenseReader_test.cpp +++ b/test/library/LicenseReader_test.cpp @@ -10,7 +10,7 @@ BOOST_AUTO_TEST_CASE( read_single_file ) { const char * licLocation = - PROJECT_TEST_SRC_DIR "/library/reader/test_reader.ini"; + PROJECT_TEST_SRC_DIR "/library/test_reader.ini"; const LicenseLocation location = { licLocation, NULL, false }; LicenseReader licenseReader(location); vector<FullLicenseInfo> licenseInfos; @@ -22,7 +22,7 @@ BOOST_AUTO_TEST_CASE( product_not_licensed ) { const char * licLocation = - PROJECT_TEST_SRC_DIR "/library/reader/test_reader.ini"; + PROJECT_TEST_SRC_DIR "/library/test_reader.ini"; const LicenseLocation location = { licLocation, NULL, false }; LicenseReader licenseReader(location); vector<FullLicenseInfo> licenseInfos; @@ -37,7 +37,7 @@ BOOST_AUTO_TEST_CASE( file_not_found ) { const char * licLocation = - PROJECT_TEST_SRC_DIR "/library/reader/not_found.ini"; + PROJECT_TEST_SRC_DIR "/library/not_found.ini"; //const char * envName = "MYVAR"; const LicenseLocation location = { licLocation, NULL, false }; LicenseReader licenseReader(location); -- Gitblit v1.9.1