@@ -71,7 +71,7 @@ BOOST_AUTO_TEST_CASE(parse_small_ntfs_dataset) {
71
71
72
72
// Check website, license of contributor
73
73
BOOST_REQUIRE_EQUAL (data.contributors .size (), 1 );
74
- BOOST_REQUIRE_EQUAL (data.contributors [0 ]->website , " http://www.canaltp.fr " );
74
+ BOOST_REQUIRE_EQUAL (data.contributors [0 ]->website , " http://www.hove.com " );
75
75
BOOST_REQUIRE_EQUAL (data.contributors [0 ]->license , " LICENSE" );
76
76
77
77
// Check datasets
@@ -206,7 +206,7 @@ BOOST_AUTO_TEST_CASE(parse_small_ntfs_dataset) {
206
206
std::map<std::string, std::string> feed_info_test = {{" feed_start_date" , " 20150325" },
207
207
{" feed_end_date" , " 20150826" },
208
208
{" feed_publisher_name" , " Ile de France open data" },
209
- {" feed_publisher_url" , " http://www.canaltp.fr " },
209
+ {" feed_publisher_url" , " http://www.hove.com " },
210
210
{" feed_license" , " ODBL" },
211
211
{" feed_creation_datetime" , " 20150415T153234" }};
212
212
BOOST_CHECK_EQUAL_COLLECTIONS (data.feed_infos .begin (), data.feed_infos .end (), feed_info_test.begin (),
@@ -369,7 +369,7 @@ BOOST_AUTO_TEST_CASE(ntfs_with_feed_start_end_date_1) {
369
369
std::map<std::string, std::string> feed_info_test = {{" feed_start_date" , " 20150325" },
370
370
{" feed_end_date" , " 20150826" },
371
371
{" feed_publisher_name" , " Ile de France open data" },
372
- {" feed_publisher_url" , " http://www.canaltp.fr " },
372
+ {" feed_publisher_url" , " http://www.hove.com " },
373
373
{" feed_license" , " ODBL" },
374
374
{" feed_creation_datetime" , " 20150415T153234" }};
375
375
BOOST_CHECK_EQUAL_COLLECTIONS (data.feed_infos .begin (), data.feed_infos .end (), feed_info_test.begin (),
@@ -401,7 +401,7 @@ BOOST_AUTO_TEST_CASE(ntfs_with_feed_start_end_date_2) {
401
401
std::map<std::string, std::string> feed_info_test = {{" feed_start_date" , " 20150325" },
402
402
{" feed_end_date" , " 20150826" },
403
403
{" feed_publisher_name" , " Ile de France open data" },
404
- {" feed_publisher_url" , " http://www.canaltp.fr " },
404
+ {" feed_publisher_url" , " http://www.hove.com " },
405
405
{" feed_license" , " ODBL" },
406
406
{" feed_creation_datetime" , " 20150415T153234" }};
407
407
BOOST_CHECK_EQUAL_COLLECTIONS (data.feed_infos .begin (), data.feed_infos .end (), feed_info_test.begin (),
0 commit comments