From: U-dexter\matthewt Date: Thu, 14 Jan 2010 22:19:02 +0000 (+0000) Subject: move tests around X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=330d0949be060957764638d190cb7a14b1114d27;p=dbsrgits%2FDBIx-Data-Store-old.git move tests around --- diff --git a/t/01basic_collection.t b/t/dbix-data-set/01basic_collection.t similarity index 100% rename from t/01basic_collection.t rename to t/dbix-data-set/01basic_collection.t diff --git a/t/02indexed_by.t b/t/dbix-data-set/02indexed_by.t similarity index 97% rename from t/02indexed_by.t rename to t/dbix-data-set/02indexed_by.t index e300532..6469841 100644 --- a/t/02indexed_by.t +++ b/t/dbix-data-set/02indexed_by.t @@ -5,7 +5,7 @@ use DBIx::Data::Collection::Set::IndexableBy; BEGIN { package BasicCollection; - require 't/01basic_collection.t' + require 't/dbix-data-set/01basic_collection.t' } sub setup_db { BasicCollection::setup_db @_ } diff --git a/t/03set_updates.t b/t/dbix-data-set/03set_updates.t similarity index 96% rename from t/03set_updates.t rename to t/dbix-data-set/03set_updates.t index 3eb80ce..d54ed6d 100644 --- a/t/03set_updates.t +++ b/t/dbix-data-set/03set_updates.t @@ -4,7 +4,7 @@ use Test::More; BEGIN { package BasicCollection; - require 't/01basic_collection.t'; + require 't/dbix-data-set/01basic_collection.t'; } sub setup_dbh { BasicCollection::setup_dbh }