[Rt-commit] r18223 - in rt/3.999/branches/merge_to_3.8.2: .
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu Feb 5 01:04:58 EST 2009
Author: sunnavy
Date: Thu Feb 5 01:04:58 2009
New Revision: 18223
Modified:
rt/3.999/branches/merge_to_3.8.2/ (props changed)
rt/3.999/branches/merge_to_3.8.2/t/ticket/search_by_watcher.t
Log:
r19591 at sunnavys-mb: sunnavy | 2009-02-05 13:06:44 +0800
move a todo test cases back as in 3.8
Modified: rt/3.999/branches/merge_to_3.8.2/t/ticket/search_by_watcher.t
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/t/ticket/search_by_watcher.t (original)
+++ rt/3.999/branches/merge_to_3.8.2/t/ticket/search_by_watcher.t Thu Feb 5 01:04:58 2009
@@ -160,10 +160,6 @@
'Subject NOT LIKE "z" OR (Requestor = "x at example.com" OR Requestor = "y at example.com")' =>
{ xy => 1, x => 1, y => 1, '-' => 1, z => 0 },
- 'requestor = "x at example.com" AND requestor = "y at example.com"'
- => { xy => 1, x => 0, y => 0, '-' => 0, z => 0 },
-
-
);
run_tests();
@@ -171,6 +167,8 @@
TODO: {
local $TODO = "we can't generate this query yet";
%test = (
+ 'requestor = "x at example.com" AND requestor = "y at example.com"'
+ => { xy => 1, x => 0, y => 0, '-' => 0, z => 0 },
'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"' =>
More information about the Rt-commit
mailing list