Return datasource names along with datasource annotation (#4973)

* Add new `datasource_names` annotation that returns the string version of the `datasources` annotation
This commit is contained in:
Daniel Patterson
2018-04-03 15:13:25 -07:00
committed by GitHub
parent 8a63ad9b4b
commit b5a4ffed96
7 changed files with 81 additions and 5 deletions
+1 -1
View File
@@ -453,7 +453,7 @@ BOOST_AUTO_TEST_CASE(test_manual_setting_of_annotations_property)
.values["annotation"]
.get<json::Object>()
.values;
BOOST_CHECK_EQUAL(annotations.size(), 5);
BOOST_CHECK_EQUAL(annotations.size(), 6);
}
BOOST_AUTO_TEST_SUITE_END()