[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.6-316-g0ff0c5a
Ruslan Zakirov
ruz at bestpractical.com
Wed Dec 1 16:54:00 EST 2010
The branch, 3.9-trunk has been updated
via 0ff0c5ad35831949642a47f11d4507e11e41231e (commit)
from 2f0ca9b7fa3c86917dd789ff9a359fb62b30c339 (commit)
Summary of changes:
t/web/redirect-after-login.t | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 0ff0c5ad35831949642a47f11d4507e11e41231e
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date: Thu Dec 2 00:38:36 2010 +0300
disable GnuPG to avoid warnings and test failures
diff --git a/t/web/redirect-after-login.t b/t/web/redirect-after-login.t
index d39bb58..db266c0 100644
--- a/t/web/redirect-after-login.t
+++ b/t/web/redirect-after-login.t
@@ -5,6 +5,8 @@ use warnings;
use RT::Test tests => 120;
+RT->Config->Set( GnuPG => { Enable => 0 } );
+
my ($baseurl, $agent) = RT::Test->started_ok;
my $url = $agent->rt_base_url;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list