[Rt-commit] rt branch, master, updated. rt-4.1.8-288-g8d085e4
Alex Vandiver
alexmv at bestpractical.com
Thu May 9 18:02:23 EDT 2013
The branch, master has been updated
via 8d085e4ab846c2648ae810d43841d635435f6a1c (commit)
from 9e7241a17e78a6d2b245ddc7e3411d81985a39eb (commit)
Summary of changes:
t/web/ticket_owner.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 8d085e4ab846c2648ae810d43841d635435f6a1c
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu May 9 17:25:04 2013 -0400
Fix a typo (introduced by me in a fixup) in b8b9352, which causes test fails
diff --git a/t/web/ticket_owner.t b/t/web/ticket_owner.t
index 5663095..37716ea 100644
--- a/t/web/ticket_owner.t
+++ b/t/web/ticket_owner.t
@@ -450,7 +450,7 @@ diag "user can assign ticket to new owner with ReassignTicket right";
$agent_a->content_contains( 'Owner changed from Nobody to user_a',
'got set message in Basics' );
$agent_a->goto_ticket($id);
- like($agent->dom->at('.transaction.people .description')->all_text,
+ like($agent_a->dom->at('.transaction.people .description')->all_text,
qr{user_a\s*-\s*Taken}, 'got user_a Taken message' );
$agent_c->goto_ticket($id);
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list