Move storage tests to their own dir
Peter Rabbitson [Tue, 25 Aug 2009 09:06:43 +0000 (09:06 +0000)]
13 files changed:
t/inflate/datetime_determine_parser.t [moved from t/36datetime.t with 100% similarity]
t/storage/base.t [moved from t/92storage.t with 100% similarity]
t/storage/dbh_do.t [moved from t/dbh_do.t with 100% similarity]
t/storage/dbi_coderef.t [moved from t/32connect_code_ref.t with 100% similarity]
t/storage/debug.t [moved from t/91debug.t with 100% similarity]
t/storage/disable_sth_caching.t [moved from t/35disable_sth_caching.t with 100% similarity]
t/storage/error.t [moved from t/18inserterror.t with 100% similarity]
t/storage/on_connect_call.t [moved from t/92storage_on_connect_call.t with 100% similarity]
t/storage/on_connect_do.t [moved from t/92storage_on_connect_do.t with 100% similarity]
t/storage/ping_count.t [moved from t/92storage_ping_count.t with 100% similarity]
t/storage/reconnect.t [moved from t/33storage_reconnect.t with 100% similarity]
t/storage/replication.t [moved from t/93storage_replication.t with 100% similarity]
t/storage/stats.t [moved from t/31stats.t with 100% similarity]

similarity index 100%
rename from t/92storage.t
rename to t/storage/base.t
similarity index 100%
rename from t/dbh_do.t
rename to t/storage/dbh_do.t
similarity index 100%
rename from t/91debug.t
rename to t/storage/debug.t
similarity index 100%
rename from t/18inserterror.t
rename to t/storage/error.t
similarity index 100%
rename from t/31stats.t
rename to t/storage/stats.t