Skip to content

Commit 56502a6

Browse files
committed
tests: fixed the test case indexes in output.t.
1 parent 088ab19 commit 56502a6

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

t/output.t

+16-16
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ test
8282
8383
8484
85-
=== TEST 5: value - NULL value
85+
=== TEST 4: value - NULL value
8686
--- http_config eval: $::http_config
8787
--- config
8888
default_type text/plain;
@@ -99,7 +99,7 @@ GET /postgres
9999
100100
101101
102-
=== TEST 6: value - empty value
102+
=== TEST 5: value - empty value
103103
--- http_config eval: $::http_config
104104
--- config
105105
default_type text/plain;
@@ -116,7 +116,7 @@ GET /postgres
116116
117117
118118
119-
=== TEST 7: text - sanity
119+
=== TEST 6: text - sanity
120120
--- http_config eval: $::http_config
121121
--- config
122122
default_type text/plain;
@@ -143,7 +143,7 @@ Content-Type: text/plain
143143
144144
145145
146-
=== TEST 8: rds - sanity (configured)
146+
=== TEST 7: rds - sanity (configured)
147147
--- http_config eval: $::http_config
148148
--- config
149149
location /postgres {
@@ -179,7 +179,7 @@ Content-Type: application/x-resty-dbd-stream
179179
180180
181181
182-
=== TEST 9: rds - sanity (default)
182+
=== TEST 8: rds - sanity (default)
183183
--- http_config eval: $::http_config
184184
--- config
185185
location /postgres {
@@ -214,7 +214,7 @@ Content-Type: application/x-resty-dbd-stream
214214
215215
216216
217-
=== TEST 10: inheritance
217+
=== TEST 9: inheritance
218218
--- http_config eval: $::http_config
219219
--- config
220220
default_type text/plain;
@@ -235,7 +235,7 @@ test
235235
236236
237237
238-
=== TEST 11: inheritance (mixed, don't inherit)
238+
=== TEST 10: inheritance (mixed, don't inherit)
239239
--- http_config eval: $::http_config
240240
--- config
241241
postgres_output text;
@@ -256,7 +256,7 @@ GET /postgres
256256
257257
258258
259-
=== TEST 14: value - sanity (request with known extension)
259+
=== TEST 11: value - sanity (request with known extension)
260260
--- http_config eval: $::http_config
261261
--- config
262262
default_type text/plain;
@@ -277,7 +277,7 @@ test
277277
278278
279279
280-
=== TEST 15: value - bytea returned in text format
280+
=== TEST 12: value - bytea returned in text format
281281
--- http_config eval: $::http_config
282282
--- config
283283
default_type text/plain;
@@ -298,7 +298,7 @@ Content-Type: text/plain
298298
299299
300300
301-
=== TEST 16: binary value - bytea returned in binary format
301+
=== TEST 13: binary value - bytea returned in binary format
302302
--- http_config eval: $::http_config
303303
--- config
304304
default_type text/plain;
@@ -319,7 +319,7 @@ Content-Type: text/plain
319319
320320
321321
322-
=== TEST 17: binary value - int2 returned in binary format
322+
=== TEST 14: binary value - int2 returned in binary format
323323
--- http_config eval: $::http_config
324324
--- config
325325
default_type text/plain;
@@ -340,7 +340,7 @@ Content-Type: text/plain
340340
341341
342342
343-
=== TEST 18: value - "if" pseudo-location
343+
=== TEST 15: value - "if" pseudo-location
344344
--- http_config eval: $::http_config
345345
--- config
346346
default_type text/plain;
@@ -366,7 +366,7 @@ Content-Type: text/plain
366366
367367
368368
369-
=== TEST 19: text - NULL value
369+
=== TEST 16: text - NULL value
370370
--- http_config eval: $::http_config
371371
--- config
372372
default_type text/plain;
@@ -393,7 +393,7 @@ Content-Type: text/plain
393393
394394
395395
396-
=== TEST 20: text - empty result
396+
=== TEST 17: text - empty result
397397
--- http_config eval: $::http_config
398398
--- config
399399
default_type text/plain;
@@ -414,7 +414,7 @@ Content-Type: text/plain
414414
415415
416416
417-
=== TEST 21: value - empty result
417+
=== TEST 18: value - empty result
418418
--- http_config eval: $::http_config
419419
--- config
420420
default_type text/plain;
@@ -431,7 +431,7 @@ GET /postgres
431431
432432
433433
434-
=== TEST 22: value - too many values
434+
=== TEST 19: value - too many values
435435
--- http_config eval: $::http_config
436436
--- config
437437
default_type text/plain;

0 commit comments

Comments
 (0)