Fix annotations=true handling in NodeJS bindings & libosrm (#6415)
This commit is contained in:
committed by
GitHub
parent
d65e8c7d1e
commit
fb1bb7a15b
@@ -584,7 +584,7 @@ void test_manual_setting_of_annotations_property(bool use_json_only_api)
|
||||
.values["annotation"]
|
||||
.get<json::Object>()
|
||||
.values;
|
||||
BOOST_CHECK_EQUAL(annotations.size(), 6);
|
||||
BOOST_CHECK_EQUAL(annotations.size(), 7);
|
||||
}
|
||||
BOOST_AUTO_TEST_CASE(test_manual_setting_of_annotations_property_old_api)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user