
sartak at bestpractical
Nov 23, 2009, 10:42 PM
Post #1 of 1
(309 views)
Permalink
|
|
rt branch, 3.999-trunk, updated. 2e4c772eb31a2ccbf4827aa75aad457d4399cfa4
|
|
The branch, 3.999-trunk has been updated via 2e4c772eb31a2ccbf4827aa75aad457d4399cfa4 (commit) from 2d1f0bb97c919276dc752219a0ce825bdf731d5f (commit) Summary of changes: t/mail/gnupg-bad.t | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) - Log ----------------------------------------------------------------- commit 2e4c772eb31a2ccbf4827aa75aad457d4399cfa4 Author: Shawn M Moore <sartak [at] bestpractical> Date: Tue Nov 24 01:42:25 2009 -0500 Form name fix diff --git a/t/mail/gnupg-bad.t b/t/mail/gnupg-bad.t index 1f2b537..3125e81 100644 --- a/t/mail/gnupg-bad.t +++ b/t/mail/gnupg-bad.t @@ -42,7 +42,7 @@ $m->login; $m->content_like(qr/Logout/, 'we did log in'); $m->get( $baseurl.'/Admin/Queues/'); $m->follow_link_ok( {text => 'General'} ); -$m->submit_form( form_name => 'ticket_create', +$m->submit_form( form_name => 'queue_modify', fields => { correspond_address => 'rt [at] example' } ); $m->content_like(qr/rt\@example.com.* - never/, 'has key info.'); ok(my $user = RT::Model::User->new(current_user => RT->system_user)); ----------------------------------------------------------------------- _______________________________________________ Rt-commit mailing list Rt-commit [at] lists http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-commit
|