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 13:30:20 +0000 (14:30 +0100)
commita6543cfa5769989102af82b5308e23a4ebd3d24d
tree249430e08c6ef7b71ae7c5a926e0183a6b4bb9e9
parent7154ff351df7c3dad11339bfdb739346cff194e3
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