[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-446-gdea5c2f
Alex Vandiver
alexmv at bestpractical.com
Tue Nov 9 16:57:05 EST 2010
The branch, 3.9-trunk has been updated
via dea5c2ffa5c78f782698c91b23ac201b17cc4a71 (commit)
from caac75db73f3d881104f04b91eab9413f9b94bc8 (commit)
Summary of changes:
t/web/ticket_forward.t | 2 +-
t/web/ticket_owner_autocomplete.t | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit dea5c2ffa5c78f782698c91b23ac201b17cc4a71
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Tue Nov 9 16:56:34 2010 -0500
Test fixes for the menu rename in b5c9161
diff --git a/t/web/ticket_forward.t b/t/web/ticket_forward.t
index 6e467b6..eaacf1b 100644
--- a/t/web/ticket_forward.t
+++ b/t/web/ticket_forward.t
@@ -22,7 +22,7 @@ RT::Test->clean_caught_mails;
diag "Foward Ticket" if $ENV{TEST_VERBOSE};
{
- $m->follow_link_ok( { id => 'page-transitions-forward'},
+ $m->follow_link_ok( { id => 'page-actions-forward'},
'follow 1st Forward to forward ticket' );
$m->submit_form(
diff --git a/t/web/ticket_owner_autocomplete.t b/t/web/ticket_owner_autocomplete.t
index a9df337..282101e 100644
--- a/t/web/ticket_owner_autocomplete.t
+++ b/t/web/ticket_owner_autocomplete.t
@@ -128,7 +128,7 @@ diag "on reply correct owner is selected";
is $ticket->Owner, $user_b->id, 'correct owner';
$agent_a->goto_ticket( $id );
- $agent_a->follow_link_ok( { id => 'page-transitions-reply' }, 'Reply' );
+ $agent_a->follow_link_ok( { id => 'page-actions-reply' }, 'Reply' );
my $form = $agent_a->form_number(3);
is $form->value('Owner'), '', 'empty value selected';
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list