Skip to content

Commit

Permalink
Cleanup tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrSikora committed Sep 1, 2010
1 parent cab0127 commit ebb5c63
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 36 deletions.
3 changes: 0 additions & 3 deletions t/000_init.t
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,9 @@ our $http_config = <<'_EOC_';
}
_EOC_

worker_connections(128);
no_shuffle();
run_tests();

no_diff();

__DATA__
=== TEST 1: cats - drop table
Expand Down
3 changes: 0 additions & 3 deletions t/auth.t
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ our $http_config = <<'_EOC_';
}
_EOC_

worker_connections(128);
run_tests();

no_diff();

__DATA__
=== TEST 1: authorized (auth basic)
Expand Down
3 changes: 0 additions & 3 deletions t/errors.t
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ our $http_config = <<'_EOC_';
}
_EOC_

worker_connections(128);
run_tests();

no_diff();

__DATA__
=== TEST 1: bad query
Expand Down
3 changes: 0 additions & 3 deletions t/escape.t
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ repeat_each(2);

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

worker_connections(128);
run_tests();

no_diff();

__DATA__
=== TEST 1: '
Expand Down
3 changes: 0 additions & 3 deletions t/form.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ our $http_config = <<'_EOC_';
}
_EOC_

worker_connections(128);
run_tests();

no_diff();

__DATA__
=== TEST 1: sanity
Expand Down
3 changes: 0 additions & 3 deletions t/methods.t
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ our $http_config = <<'_EOC_';
}
_EOC_

worker_connections(128);
run_tests();

no_diff();

__DATA__
=== TEST 1: default query
Expand Down
3 changes: 0 additions & 3 deletions t/output.t
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ our $http_config = <<'_EOC_';
}
_EOC_

worker_connections(128);
run_tests();

no_diff();

__DATA__
=== TEST 1: none - sanity
Expand Down
3 changes: 0 additions & 3 deletions t/restful.t
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,9 @@ our $request_headers = <<'_EOC_';
Authorization: Basic bmd4X3Rlc3Q6bmd4X3Rlc3Q=
_EOC_

worker_connections(128);
no_shuffle();
run_tests();

no_diff();

__DATA__
=== TEST 1: clean collection
Expand Down
3 changes: 0 additions & 3 deletions t/restful_json.t
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,9 @@ our $request_headers = <<'_EOC_';
Authorization: Basic bmd4X3Rlc3Q6bmd4X3Rlc3Q=
_EOC_

worker_connections(128);
no_shuffle();
run_tests();

no_diff();

__DATA__
=== TEST 1: clean collection
Expand Down
3 changes: 0 additions & 3 deletions t/rewrites.t
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ our $http_config = <<'_EOC_';
}
_EOC_

worker_connections(128);
run_tests();

no_diff();

__DATA__
=== TEST 1: no changes (SELECT)
Expand Down
3 changes: 0 additions & 3 deletions t/sanity.t
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ our $http_config = <<'_EOC_';
}
_EOC_

worker_connections(128);
run_tests();

no_diff();

__DATA__
=== TEST 1: sanity
Expand Down
3 changes: 0 additions & 3 deletions t/variables.t
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ our $http_config = <<'_EOC_';
}
_EOC_

worker_connections(128);
run_tests();

no_diff();

__DATA__
=== TEST 1: sanity
Expand Down

0 comments on commit ebb5c63

Please sign in to comment.