[Bps-public-commit] r14510 - in Prophet/trunk: .

sartak at bestpractical.com sartak at bestpractical.com
Fri Jul 25 05:59:29 EDT 2008


Author: sartak
Date: Fri Jul 25 05:58:47 2008
New Revision: 14510

Modified:
   Prophet/trunk/   (props changed)
   Prophet/trunk/t/search.t

Log:
 r65197 at onn:  sartak | 2008-07-25 05:58:22 -0400
 More test fixes


Modified: Prophet/trunk/t/search.t
==============================================================================
--- Prophet/trunk/t/search.t	(original)
+++ Prophet/trunk/t/search.t	Fri Jul 25 05:58:47 2008
@@ -48,19 +48,16 @@
         "found two tickets with status=~n",
     );
 
-    TODO: {
-        local $TODO = "regex comparisons not implemented yet";
-        run_output_matches('prophet', [qw(search --type Bug -- summary=~first|stalled)],
-            [qr/first ticket summary/, qr/bad ticket summary/],
-            "found two tickets with status=~first|stalled",
-        );
-    };
+    run_output_matches('prophet', [qw(search --type Bug -- summary=~first|bad)],
+        [qr/first ticket summary/, qr/bad ticket summary/],
+        "found two tickets with status=~first|stalled",
+    );
 
     TODO: {
         local $TODO = "regex comparisons not implemented yet";
-        run_output_matches('prophet', [qw(search --type Bug -- status !=new summary=~first|stalled)],
+        run_output_matches('prophet', [qw(search --type Bug -- status !=new summary=~first|bad)],
             [qr/bad ticket summary/],
-            "found two tickets with status=~first|stalled",
+            "found two tickets with status=~first|bad",
         );
     };
 };



More information about the Bps-public-commit mailing list