From: Peter Rabbitson <ribasushi@cpan.org>
Date: Tue, 25 Aug 2009 09:06:43 +0000 (+0000)
Subject: Move storage tests to their own dir
X-Git-Tag: v0.08111~50^2~8
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2dc8d9618fd296ecdd4484d3686832de0592e747;p=dbsrgits%2FDBIx-Class.git

Move storage tests to their own dir
---

diff --git a/t/36datetime.t b/t/inflate/datetime_determine_parser.t
similarity index 100%
rename from t/36datetime.t
rename to t/inflate/datetime_determine_parser.t
diff --git a/t/92storage.t b/t/storage/base.t
similarity index 100%
rename from t/92storage.t
rename to t/storage/base.t
diff --git a/t/dbh_do.t b/t/storage/dbh_do.t
similarity index 100%
rename from t/dbh_do.t
rename to t/storage/dbh_do.t
diff --git a/t/32connect_code_ref.t b/t/storage/dbi_coderef.t
similarity index 100%
rename from t/32connect_code_ref.t
rename to t/storage/dbi_coderef.t
diff --git a/t/91debug.t b/t/storage/debug.t
similarity index 100%
rename from t/91debug.t
rename to t/storage/debug.t
diff --git a/t/35disable_sth_caching.t b/t/storage/disable_sth_caching.t
similarity index 100%
rename from t/35disable_sth_caching.t
rename to t/storage/disable_sth_caching.t
diff --git a/t/18inserterror.t b/t/storage/error.t
similarity index 100%
rename from t/18inserterror.t
rename to t/storage/error.t
diff --git a/t/92storage_on_connect_call.t b/t/storage/on_connect_call.t
similarity index 100%
rename from t/92storage_on_connect_call.t
rename to t/storage/on_connect_call.t
diff --git a/t/92storage_on_connect_do.t b/t/storage/on_connect_do.t
similarity index 100%
rename from t/92storage_on_connect_do.t
rename to t/storage/on_connect_do.t
diff --git a/t/92storage_ping_count.t b/t/storage/ping_count.t
similarity index 100%
rename from t/92storage_ping_count.t
rename to t/storage/ping_count.t
diff --git a/t/33storage_reconnect.t b/t/storage/reconnect.t
similarity index 100%
rename from t/33storage_reconnect.t
rename to t/storage/reconnect.t
diff --git a/t/93storage_replication.t b/t/storage/replication.t
similarity index 100%
rename from t/93storage_replication.t
rename to t/storage/replication.t
diff --git a/t/31stats.t b/t/storage/stats.t
similarity index 100%
rename from t/31stats.t
rename to t/storage/stats.t