Skip to content

Commit 0798a51

Browse files
committed
Clean tests: Remove 'name' field from expire which is never used
This is a left-over from earlier use of the 'name' field.
1 parent 6b54236 commit 0798a51

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/bdd/flex/lua-expire-output-definitions.feature

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Feature: Expire output definitions in Lua file
1717
And the lua style
1818
"""
1919
osm2pgsql.define_expire_output({
20-
name = 'foo',
2120
filename = false
2221
})
2322
"""
@@ -32,7 +31,6 @@ Feature: Expire output definitions in Lua file
3231
And the lua style
3332
"""
3433
osm2pgsql.define_expire_output({
35-
name = 'foo',
3634
table = 'bar',
3735
schema = false
3836
})
@@ -48,7 +46,6 @@ Feature: Expire output definitions in Lua file
4846
And the lua style
4947
"""
5048
osm2pgsql.define_expire_output({
51-
name = 'foo',
5249
table = false
5350
})
5451
"""
@@ -63,7 +60,6 @@ Feature: Expire output definitions in Lua file
6360
And the lua style
6461
"""
6562
osm2pgsql.define_expire_output({
66-
name = 'foo',
6763
maxzoom = 'bar',
6864
filename = 'somewhere'
6965
})
@@ -79,7 +75,6 @@ Feature: Expire output definitions in Lua file
7975
And the lua style
8076
"""
8177
osm2pgsql.define_expire_output({
82-
name = 'foo',
8378
maxzoom = 12,
8479
minzoom = 'bar',
8580
filename = 'somewhere'
@@ -96,7 +91,6 @@ Feature: Expire output definitions in Lua file
9691
And the lua style
9792
"""
9893
osm2pgsql.define_expire_output({
99-
name = 'foo',
10094
maxzoom = 123,
10195
filename = 'somewhere'
10296
})
@@ -112,7 +106,6 @@ Feature: Expire output definitions in Lua file
112106
And the lua style
113107
"""
114108
osm2pgsql.define_expire_output({
115-
name = 'foo',
116109
maxzoom = 12,
117110
minzoom = -3,
118111
filename = 'somewhere'
@@ -129,7 +122,6 @@ Feature: Expire output definitions in Lua file
129122
And the lua style
130123
"""
131124
osm2pgsql.define_expire_output({
132-
name = 'foo',
133125
maxzoom = 12,
134126
minzoom = 14,
135127
filename = 'somewhere'

0 commit comments

Comments
 (0)