[Rt-commit] r9237 - in rt/branches/3.7-EXPERIMENTAL: .
ruz at bestpractical.com
ruz at bestpractical.com
Mon Oct 8 12:28:47 EDT 2007
Author: ruz
Date: Mon Oct 8 12:28:46 2007
New Revision: 9237
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/t/web/gnupg-select-keys-on-create.t
rt/branches/3.7-EXPERIMENTAL/t/web/gnupg-select-keys-on-update.t
Log:
r9175 at cubic-pc (orig r9174): sartak | 2007-09-28 01:45:02 +0400
r43199 at onn: sartak | 2007-09-27 17:44:41 -0400
Fix some test plans
Modified: rt/branches/3.7-EXPERIMENTAL/t/web/gnupg-select-keys-on-create.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/t/web/gnupg-select-keys-on-create.t (original)
+++ rt/branches/3.7-EXPERIMENTAL/t/web/gnupg-select-keys-on-create.t Mon Oct 8 12:28:46 2007
@@ -2,7 +2,7 @@
use strict;
use warnings;
-use Test::More tests => 69;
+use Test::More tests => 57;
use RT::Test;
use RT::Action::SendEmail;
use File::Temp qw(tempdir);
Modified: rt/branches/3.7-EXPERIMENTAL/t/web/gnupg-select-keys-on-update.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/t/web/gnupg-select-keys-on-update.t (original)
+++ rt/branches/3.7-EXPERIMENTAL/t/web/gnupg-select-keys-on-update.t Mon Oct 8 12:28:46 2007
@@ -2,7 +2,7 @@
use strict;
use warnings;
-use Test::More tests => 52;
+use Test::More tests => 64;
use RT::Test;
use RT::Action::SendEmail;
use File::Temp qw(tempdir);
More information about the Rt-commit
mailing list