[Rt-commit] r18360 - in rt/3.999/trunk: .

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Feb 12 21:48:24 EST 2009


Author: sunnavy
Date: Thu Feb 12 21:48:24 2009
New Revision: 18360

Modified:
   rt/3.999/trunk/   (props changed)
   rt/3.999/trunk/t/ticket/search_by_watcher.t

Log:
 r19794 at sunnavys-mb:  sunnavy | 2009-02-13 09:13:50 +0800
 removed duplicate stuff


Modified: rt/3.999/trunk/t/ticket/search_by_watcher.t
==============================================================================
--- rt/3.999/trunk/t/ticket/search_by_watcher.t	(original)
+++ rt/3.999/trunk/t/ticket/search_by_watcher.t	Thu Feb 12 21:48:24 2009
@@ -133,24 +133,6 @@
     'Subject NOT LIKE "x" OR Requestor != "not-exist at example.com"' =>
         { xy => 1, x => 1, y => 1, '-' => 1, z => 1 },
 
-# group of cases when user doesn't exist in DB at all
-    'Subject LIKE "x" AND Requestor = "not-exist at example.com"' =>
-        { xy => 0, x => 0, y => 0, '-' => 0, z => 0 },
-    'Subject NOT LIKE "x" AND Requestor = "not-exist at example.com"' =>
-        { xy => 0, x => 0, y => 0, '-' => 0, z => 0 },
-    'Subject LIKE "x" AND Requestor != "not-exist at example.com"' =>
-        { xy => 1, x => 1, y => 0, '-' => 0, z => 0 },
-    'Subject NOT LIKE "x" AND Requestor != "not-exist at example.com"' =>
-        { xy => 0, x => 0, y => 1, '-' => 1, z => 1 },
-#    'Subject LIKE "x" OR Requestor = "not-exist at example.com"' =>
-#        { xy => 1, x => 1, y => 0, '-' => 0, z => 0 },
-#    'Subject NOT LIKE "x" OR Requestor = "not-exist at example.com"' =>
-#        { xy => 0, x => 0, y => 1, '-' => 1, z => 1 },
-    'Subject LIKE "x" OR Requestor != "not-exist at example.com"' =>
-        { xy => 1, x => 1, y => 1, '-' => 1, z => 1 },
-    'Subject NOT LIKE "x" OR Requestor != "not-exist at example.com"' =>
-        { xy => 1, x => 1, y => 1, '-' => 1, z => 1 },
-
     'Subject LIKE "z" AND (Requestor = "x at example.com" OR Requestor = "y at example.com")' =>
         { xy => 0, x => 0, y => 0, '-' => 0, z => 0 },
     'Subject NOT LIKE "z" AND (Requestor = "x at example.com" OR Requestor = "y at example.com")' =>


More information about the Rt-commit mailing list