From b01aec9f631409027c706c95a798f56d41b28c5c Mon Sep 17 00:00:00 2001 From: open-license-manager <rillf@maildrop.cc> Date: 周二, 22 7月 2014 14:51:57 +0800 Subject: [PATCH] tests --- 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