open-license-manager
2014-07-22 b01aec9f631409027c706c95a798f56d41b28c5c
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);