[Rt-commit] r5306 - rt/branches/3.5-TESTING/lib/t/regression
ruz at bestpractical.com
ruz at bestpractical.com
Fri May 26 12:40:23 EDT 2006
Author: ruz
Date: Fri May 26 12:40:22 2006
New Revision: 5306
Modified:
rt/branches/3.5-TESTING/lib/t/regression/26command_line.t
Log:
* drop old bits
Modified: rt/branches/3.5-TESTING/lib/t/regression/26command_line.t
==============================================================================
--- rt/branches/3.5-TESTING/lib/t/regression/26command_line.t (original)
+++ rt/branches/3.5-TESTING/lib/t/regression/26command_line.t Fri May 26 12:40:22 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