todo ALL the things
Matt S Trout [Wed, 27 Nov 2013 20:11:42 +0000 (20:11 +0000)]
t/52leaks.t
t/sqlmaker/bind_transport.t
t/sqlmaker/core.t
t/sqlmaker/core_quoted.t
t/sqlmaker/limit_dialects/generic_subq.t
t/sqlmaker/limit_dialects/torture.t
t/sqlmaker/nest_deprec.t
t/storage/replicated.t

index 4923be0..683d543 100644 (file)
@@ -21,6 +21,8 @@ use strict;
 use warnings;
 use Test::More;
 
+local $TODO = 'Temporarily todo-ed for dq2eb';
+
 my $TB = Test::More->builder;
 if ($ENV{DBICTEST_IN_PERSISTENT_ENV}) {
   # without this explicit close older TBs warn in END after a ->reset
index bafe8e9..da1176b 100644 (file)
@@ -5,6 +5,8 @@ use Test::More;
 use Test::Exception;
 use Math::BigInt;
 
+local $TODO = 'Temporarily todo-ed for dq2eb';
+
 use lib qw(t/lib);
 use DBICTest;
 use DBIC::SqlMakerTest;
index 57cf480..e534269 100644 (file)
@@ -4,6 +4,8 @@ use warnings;
 use Test::More;
 use Test::Exception;
 
+local $TODO = 'Temporarily todo-ed for dq2eb';
+
 use lib qw(t/lib);
 use DBICTest;
 use DBIC::SqlMakerTest;
index 53ce03b..f02cf0d 100644 (file)
@@ -3,6 +3,8 @@ use warnings;
 
 use Test::More;
 
+local $TODO = 'Temporarily todo-ed for dq2eb';
+
 use lib qw(t/lib);
 use DBICTest;
 use DBIC::SqlMakerTest;
index c94942e..f1e2fcb 100644 (file)
@@ -2,6 +2,9 @@ use strict;
 use warnings;
 
 use Test::More;
+
+local $TODO = 'Temporarily todo-ed for dq2eb';
+
 use lib qw(t/lib);
 use List::Util 'min';
 use DBICTest;
index 6671e37..11fb6a0 100644 (file)
@@ -2,6 +2,9 @@ use strict;
 use warnings;
 
 use Test::More;
+
+local $TODO = 'Temporarily todo-ed for dq2eb';
+
 use Test::Exception;
 use Storable 'dclone';
 use lib qw(t/lib);
index f00443a..f1fd693 100644 (file)
@@ -4,6 +4,8 @@ use warnings;
 use Test::More;
 use Test::Warn;
 
+local $TODO = 'Temporarily todo-ed for dq2eb';
+
 use lib qw(t/lib);
 use DBICTest;
 use DBIC::SqlMakerTest;
index dfd3870..644a934 100644 (file)
@@ -3,6 +3,8 @@ use warnings;
 
 use Test::More;
 
+local $TODO = 'Temporarily todo-ed for dq2eb';
+
 use lib qw(t/lib);
 use DBICTest;