Punt TODO until the dateops work merges
Peter Rabbitson [Fri, 1 Mar 2013 09:05:38 +0000 (10:05 +0100)]
t/inflate/datetime.t

index 33be522..7062563 100644 (file)
@@ -43,7 +43,8 @@ warnings_exist {
   'using a DateTime object in ->search generates a warning';
 
 {
-  local $TODO = "We can't do this yet before 0.09" if DBIx::Class->VERSION < 0.09;
+  local $TODO = "This stuff won't work without a -dt operator of some sort"
+    unless eval { require DBIx::Class::SQLMaker::DateOps };
 
   is(eval { $row->id }, 1, 'DT in search');