Broke up the prefetch tests into their own directory
[dbsrgits/DBIx-Class.git] / t / prefetch / rows_bug.t
similarity index 98%
rename from t/98rows_prefetch.t
rename to t/prefetch/rows_bug.t
index 1b19f3e..821c84e 100644 (file)
@@ -10,7 +10,6 @@ use DBICTest;
 plan $@ ? (skip_all => 'needs DBD::SQLite for testing') : (tests => 2);
 
 my $schema = DBICTest->init_schema();
-$schema->storage->debug(1);
 my $no_prefetch = $schema->resultset('Artist')->search(
   undef,
   { rows => 3 }