[Rt-commit] r9075 - in rtir/branches/2.3-EXPERIMENTAL: .

sartak at bestpractical.com sartak at bestpractical.com
Mon Sep 17 16:36:46 EDT 2007


Author: sartak
Date: Mon Sep 17 16:36:45 2007
New Revision: 9075

Modified:
   rtir/branches/2.3-EXPERIMENTAL/   (props changed)
   rtir/branches/2.3-EXPERIMENTAL/t/021-gnupg.t

Log:
 r42766 at onn:  sartak | 2007-09-17 16:36:39 -0400
 All GPG tests pass :)


Modified: rtir/branches/2.3-EXPERIMENTAL/t/021-gnupg.t
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/t/021-gnupg.t	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/t/021-gnupg.t	Mon Sep 17 16:36:45 2007
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 42;
+use Test::More tests => 44;
 use File::Temp qw(tempdir);
 
 use lib qw(/opt/rt3/local/lib /opt/rt3/lib);
@@ -244,7 +244,7 @@
     is scalar $input->possible_values, 2, 'two options';
 
     $agent->select( 'UseKey-rt-test at example.com' => $fpr1 );
-    $agent->submit;
+    $agent->click('Create');
     $agent->content_like( qr/Ticket \d+ created in queue/i, 'ticket created' );
 
     my @mail = RT::Test->fetch_caught_mails;


More information about the Rt-commit mailing list