[Rt-commit] r8060 - in rt/branches/3.6-RELEASE: .
    jesse at bestpractical.com 
    jesse at bestpractical.com
       
    Thu Jul  5 13:45:55 EDT 2007
    
    
  
Author: jesse
Date: Thu Jul  5 13:45:54 2007
New Revision: 8060
Modified:
   rt/branches/3.6-RELEASE/   (props changed)
   rt/branches/3.6-RELEASE/lib/t/regression/22search_tix_by_watcher.t
Log:
 r59913 at pinglin:  jesse | 2007-07-05 13:10:32 -0400
 * todoing a test for a future feature
Modified: rt/branches/3.6-RELEASE/lib/t/regression/22search_tix_by_watcher.t
==============================================================================
--- rt/branches/3.6-RELEASE/lib/t/regression/22search_tix_by_watcher.t	(original)
+++ rt/branches/3.6-RELEASE/lib/t/regression/22search_tix_by_watcher.t	Thu Jul  5 13:45:54 2007
@@ -40,7 +40,10 @@
 
         my $count = 0;
         $count++ foreach grep $_, values %{ $test{$key} };
-        is($tix->Count, $count, "found correct number of ticket(s) by '$key'") or $error = 1;
+        TODO: { 
+            local $TODO = "we can't generate this query yet";
+            is($tix->Count, $count, "found correct number of ticket(s) by '$key'") or $error = 1;
+            };
 
         my $good_tickets = 1;
         while ( my $ticket = $tix->Next ) {
    
    
More information about the Rt-commit
mailing list