[Rt-commit] rt branch, 3.999-trunk, updated. 6add9fca33b9da76111bfff78a640037e86254d5
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Tue Nov 24 03:10:08 EST 2009
The branch, 3.999-trunk has been updated
via 6add9fca33b9da76111bfff78a640037e86254d5 (commit)
from 31213e386712d60727683f0d21db43b81c159c98 (commit)
Summary of changes:
t/mail/gnupg-bad.t | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 6add9fca33b9da76111bfff78a640037e86254d5
Author: sunnavy <sunnavy at bestpractical.com>
Date: Tue Nov 24 16:09:58 2009 +0800
seems lost one fix
diff --git a/t/mail/gnupg-bad.t b/t/mail/gnupg-bad.t
index 1f2b537..4777341 100644
--- a/t/mail/gnupg-bad.t
+++ b/t/mail/gnupg-bad.t
@@ -41,8 +41,8 @@ my ($baseurl, $m) = RT::Test->started_ok;
$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->follow_link_ok( text => 'General', url_regex => qr!/Admin/Queues! );
+$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