diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2015-09-30 16:59:01 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2015-10-01 11:40:47 -0700 |
commit | 2066295e358159ece5aa5717ad75567d0991a2b6 (patch) | |
tree | 7e408c8a512336bab07a4448adb38e9049a57604 /test/style | |
parent | 25cd2714e21044e2ee1120f621a626e9395ac0dd (diff) | |
download | qtlocation-mapboxgl-2066295e358159ece5aa5717ad75567d0991a2b6.tar.gz |
Install RapidJSON from mason
Diffstat (limited to 'test/style')
-rw-r--r-- | test/style/resource_loading.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/style/resource_loading.cpp b/test/style/resource_loading.cpp index 0562434586..d4cb929196 100644 --- a/test/style/resource_loading.cpp +++ b/test/style/resource_loading.cpp @@ -158,9 +158,9 @@ TEST_P(ResourceLoading, RequestWithCorruptedData) { INSTANTIATE_TEST_CASE_P(Style, ResourceLoading, ::testing::Values( - std::make_pair("source_raster.json", "Failed to parse \\[test\\/fixtures\\/resources\\/source_raster.json\\]: 0 - Expect either an object or array at root"), - std::make_pair("source_vector.json", "Failed to parse \\[test\\/fixtures\\/resources\\/source_vector.json\\]: 0 - Expect either an object or array at root"), - std::make_pair("sprite.json", "Failed to parse JSON: Expect either an object or array at root at offset 0"), + std::make_pair("source_raster.json", "Failed to parse \\[test\\/fixtures\\/resources\\/source_raster.json\\]: 0 - Invalid value."), + std::make_pair("source_vector.json", "Failed to parse \\[test\\/fixtures\\/resources\\/source_vector.json\\]: 0 - Invalid value."), + std::make_pair("sprite.json", "Failed to parse JSON: Invalid value. at offset 0"), std::make_pair("sprite.png", "Could not parse sprite image"), std::make_pair("raster.png", "Failed to parse \\[17\\/6553(4|5|6|7)\\/6553(4|5|6|7)\\]\\: error parsing raster image"), std::make_pair("vector.pbf", "Failed to parse \\[1(5|6)\\/1638(3|4)\\/1638(3|4)\\]\\: pbf unknown field type exception"), |