Skip to content

Commit da0fb6b

Browse files
committed
updates
1 parent 06251a7 commit da0fb6b

File tree

5 files changed

+9
-2
lines changed

5 files changed

+9
-2
lines changed

martin/tests/mb_server_test.rs

+2
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ async fn mbt_get_catalog() {
6969
content_type: image/webp
7070
name: ne2sr
7171
sprites: {}
72+
fonts: {}
7273
"###);
7374
}
7475

@@ -100,6 +101,7 @@ async fn mbt_get_catalog_gzip() {
100101
content_type: image/webp
101102
name: ne2sr
102103
sprites: {}
104+
fonts: {}
103105
"###);
104106
}
105107

martin/tests/pg_server_test.rs

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ postgres:
115115
content_type: application/x-protobuf
116116
description: public.table_source_multiple_geom.geom2
117117
sprites: {}
118+
fonts: {}
118119
"###);
119120
}
120121

martin/tests/pmt_server_test.rs

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ async fn pmt_get_catalog() {
5454
stamen_toner__raster_CC-BY-ODbL_z3:
5555
content_type: image/png
5656
sprites: {}
57+
fonts: {}
5758
"###);
5859
}
5960

@@ -72,6 +73,7 @@ async fn pmt_get_catalog_gzip() {
7273
p_png:
7374
content_type: image/png
7475
sprites: {}
76+
fonts: {}
7577
"###);
7678
}
7779

tests/expected/auto/catalog_auto.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -163,5 +163,6 @@
163163
"description": "Major cities from Natural Earth data"
164164
}
165165
},
166-
"sprites": {}
166+
"sprites": {},
167+
"fonts": {}
167168
}

tests/expected/configured/catalog_cfg.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@
5353
"sub/circle"
5454
]
5555
}
56-
}
56+
},
57+
"fonts": {}
5758
}

0 commit comments

Comments
 (0)