X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/2bf546fbf4a4e3509978d3360060a3d2dc665c5c..b522ea6dc77f39132d6ab4b288fb18c25d2104c0:/test/bdd/db/update/simple.feature diff --git a/test/bdd/db/update/simple.feature b/test/bdd/db/update/simple.feature index d48e97fa..195d101e 100644 --- a/test/bdd/db/update/simple.feature +++ b/test/bdd/db/update/simple.feature @@ -34,7 +34,7 @@ Feature: Update of simple objects When importing Then placex contains | object | rank_address | - | R1 | 0 | + | R1 | 30 | | W1 | 30 | When marking for delete R1,W1 Then placex has no entry for W1 @@ -103,4 +103,4 @@ Feature: Update of simple objects | W1 | boundary | historic | Haha | 5 | (1, 2, 4, 3, 1) | Then placex contains | object | rank_address | - | W1 | 0 | + | W1 | 30 |