Skip to content

Commit ebb5c63

Browse files
committed
Cleanup tests.
1 parent cab0127 commit ebb5c63

File tree

12 files changed

+0
-36
lines changed

12 files changed

+0
-36
lines changed

t/000_init.t

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,9 @@ our $http_config = <<'_EOC_';
1616
}
1717
_EOC_
1818

19-
worker_connections(128);
2019
no_shuffle();
2120
run_tests();
2221

23-
no_diff();
24-
2522
__DATA__
2623
2724
=== TEST 1: cats - drop table

t/auth.t

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ our $http_config = <<'_EOC_';
1616
}
1717
_EOC_
1818

19-
worker_connections(128);
2019
run_tests();
2120

22-
no_diff();
23-
2421
__DATA__
2522
2623
=== TEST 1: authorized (auth basic)

t/errors.t

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ our $http_config = <<'_EOC_';
1616
}
1717
_EOC_
1818

19-
worker_connections(128);
2019
run_tests();
2120

22-
no_diff();
23-
2421
__DATA__
2522
2623
=== TEST 1: bad query

t/escape.t

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ repeat_each(2);
77

88
plan tests => repeat_each() * (blocks() * 3);
99

10-
worker_connections(128);
1110
run_tests();
1211

13-
no_diff();
14-
1512
__DATA__
1613
1714
=== TEST 1: '

t/form.disabled

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ our $http_config = <<'_EOC_';
1616
}
1717
_EOC_
1818

19-
worker_connections(128);
2019
run_tests();
2120

22-
no_diff();
23-
2421
__DATA__
2522
2623
=== TEST 1: sanity

t/methods.t

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ our $http_config = <<'_EOC_';
1616
}
1717
_EOC_
1818

19-
worker_connections(128);
2019
run_tests();
2120

22-
no_diff();
23-
2421
__DATA__
2522
2623
=== TEST 1: default query

t/output.t

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ our $http_config = <<'_EOC_';
1616
}
1717
_EOC_
1818

19-
worker_connections(128);
2019
run_tests();
2120

22-
no_diff();
23-
2421
__DATA__
2522
2623
=== TEST 1: none - sanity

t/restful.t

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,9 @@ our $request_headers = <<'_EOC_';
6565
Authorization: Basic bmd4X3Rlc3Q6bmd4X3Rlc3Q=
6666
_EOC_
6767

68-
worker_connections(128);
6968
no_shuffle();
7069
run_tests();
7170

72-
no_diff();
73-
7471
__DATA__
7572
7673
=== TEST 1: clean collection

t/restful_json.t

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,9 @@ our $request_headers = <<'_EOC_';
6767
Authorization: Basic bmd4X3Rlc3Q6bmd4X3Rlc3Q=
6868
_EOC_
6969

70-
worker_connections(128);
7170
no_shuffle();
7271
run_tests();
7372

74-
no_diff();
75-
7673
__DATA__
7774
7875
=== TEST 1: clean collection

t/rewrites.t

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ our $http_config = <<'_EOC_';
1616
}
1717
_EOC_
1818

19-
worker_connections(128);
2019
run_tests();
2120

22-
no_diff();
23-
2421
__DATA__
2522
2623
=== TEST 1: no changes (SELECT)

t/sanity.t

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ our $http_config = <<'_EOC_';
1616
}
1717
_EOC_
1818

19-
worker_connections(128);
2019
run_tests();
2120

22-
no_diff();
23-
2421
__DATA__
2522
2623
=== TEST 1: sanity

t/variables.t

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ our $http_config = <<'_EOC_';
1616
}
1717
_EOC_
1818

19-
worker_connections(128);
2019
run_tests();
2120

22-
no_diff();
23-
2421
__DATA__
2522
2623
=== TEST 1: sanity

0 commit comments

Comments
 (0)