Some stylistic test changes in preparation for next commits
authorPeter Rabbitson <ribasushi@cpan.org>
Tue, 17 Mar 2015 15:09:44 +0000 (16:09 +0100)
committerPeter Rabbitson <ribasushi@cpan.org>
Wed, 18 Mar 2015 10:05:42 +0000 (11:05 +0100)
commitb74b15b066a19f07b575883abd397ea4d3b045db
treef9c8642a9b311901fca027ba854adeea2eb9f2a7
parentdf604e83d5005e19e31f3fbd02e62ee30359fdf9
Some stylistic test changes in preparation for next commits

There are zero functional changes - everything has to do with making sure
we are not blindly poking into storage objects which may be changed to
delegates AND to make sure we do not leave any open cursors, which would show
up as deadlocks on multiple connections to the same SQLite file

Read under -w
15 files changed:
t/52leaks.t
t/67pager.t
t/76select.t
t/88result_set_column.t
t/icdt/engine_specific/sqlite.t
t/inflate/serialize.t
t/lib/DBICTest.pm
t/lib/DBICTest/BaseSchema.pm
t/multi_create/multilev_single_PKeqFK.t
t/prefetch/standard.t
t/resultset/update_delete.t
t/storage/dbh_do.t
t/storage/reconnect.t
t/storage/savepoints.t
t/storage/txn.t