Skip to content

Commit

Permalink
re-blessed the results
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Dec 16, 2024
1 parent b97b84e commit f427bbe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions tests/expected/auto/catalog_auto.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@
"content_type": "application/x-protobuf",
"description": "autodetect.bigint_table.geom"
},
"cb_2018_us_zcta510_500k": {
"content_encoding": "gzip",
"content_type": "application/x-protobuf",
"description": "cb_2018_us_zcta510_500k.mbtiles",
"name": "cb_2018_us_zcta510_500k.mbtiles"
},
"function_Mixed_Name": {
"content_type": "application/x-protobuf",
"description": "a function source with MixedCase name"
Expand Down
1 change: 1 addition & 0 deletions tests/expected/auto/save_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ pmtiles:
- tests/fixtures/mbtiles
- tests/fixtures/pmtiles
sources:
cb_2018_us_zcta510_500k: s3://pmtilestest/cb_2018_us_zcta510_500k.pmtiles
png: tests/fixtures/pmtiles/png.pmtiles
stamen_toner__raster_CC-BY-ODbL_z3: tests/fixtures/pmtiles/stamen_toner__raster_CC-BY+ODbL_z3.pmtiles
webp2: http://localhost:5412/webp2.pmtiles
Expand Down
2 changes: 1 addition & 1 deletion tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ test_pbf points3857_srid_0_0_0 points3857/0/0/0
test_jsn pmt stamen_toner__raster_CC-BY-ODbL_z3
test_png pmt_3_4_2 stamen_toner__raster_CC-BY-ODbL_z3/3/4/2
test_png webp2_1_0_0 webp2/1/0/0 # HTTP pmtiles
test_pbf s3_1_0_0 s3/1/0/0 # HTTP pmtiles via s3
test_pbf s3_1_0_0 cb_2018_us_zcta510_500k/1/0/0 # HTTP pmtiles via s3

>&2 echo "***** Test server response for MbTiles source *****"
test_jsn mb_jpg geography-class-jpg
Expand Down

0 comments on commit f427bbe

Please sign in to comment.