[Rt-commit] r5386 - in rt/branches/3.7-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Thu Jun 15 18:04:42 EDT 2006


Author: ruz
Date: Thu Jun 15 18:04:40 2006
New Revision: 5386

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/lib/t/regression/26command_line.t

Log:
 r3128 at cubic-pc (orig r5306):  ruz | 2006-05-26 20:40:22 +0400
 * drop old bits


Modified: rt/branches/3.7-EXPERIMENTAL/lib/t/regression/26command_line.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/t/regression/26command_line.t	(original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/t/regression/26command_line.t	Thu Jun 15 18:04:40 2006
@@ -283,8 +283,6 @@
 
 # {{{ test taking/stealing tickets
 {
-#    local $TODO = "Taking/stealing haven't been implemented yet.";
-
     # create a user; give them privileges to take and steal
     ### TODO: implement 'grant' in the CLI tool; use that here instead.
     ###       this breaks the abstraction barrier, like, a lot.
@@ -320,7 +318,6 @@
     # root takes the ticket
     expect_send("take $steal_ticket_id", 'root takes the ticket...');
     expect_like(qr/Owner changed from Nobody to root/, 'root took the ticket');
-#    expect_like(qr/Took ticket $steal_ticket_id/, 'root took the ticket');
 
     # log in as the non-root user
     #expect_quit();      # this is apparently unnecessary, but I'll leave it in


More information about the Rt-commit mailing list