[Rt-commit] rt branch, 3.999-trunk, updated. 2e4c772eb31a2ccbf4827aa75aad457d4399cfa4

sartak at bestpractical.com sartak at bestpractical.com
Tue Nov 24 01:42:31 EST 2009


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.com>
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.com' } );
 $m->content_like(qr/rt\@example.com.* - never/, 'has key info.');
 ok(my $user = RT::Model::User->new(current_user => RT->system_user));

-----------------------------------------------------------------------


More information about the Rt-commit mailing list