[Rt-commit] rt branch, 4.2/search-by-lifecycle, repushed
Jesse Vincent
jesse at bestpractical.com
Fri Feb 6 01:29:07 EST 2015
The branch 4.2/search-by-lifecycle was deleted and repushed:
was 6dc7abc9f20704c3e8c66a19db31dbbff17f99bb
now 8c3a798782ade7a65e8d2975f0c3b82e3c39cd62
1: 20907a1 = 1: 20907a1 Lexically cache current user in ticket creation
2: 4a71451 = 2: 4a71451 Consistency on ticket creation
3: 6dc7abc ! 3: 8c3a798 Add the ability to search for tickets based on queue lifecycle
@@ -62,7 +62,7 @@
unlike($tix->BuildSelectCountQuery, qr/\bnull\b/, "Lacks lower-case NULL");
-+# tests for searching by queue lifecycle
++# tests for searching by queue lifecycle
+$tix = RT::Tickets->new(RT->SystemUser);
+$tix->FromSQL('Lifecycle="default"');
+is($tix->Count,7,"We found all 7 tickets in a queue with the default lifecycle");
More information about the rt-commit
mailing list