[Rt-commit] r10171 - in rt/branches/3.999-DANGEROUS: etc t/web
jesse at bestpractical.com
jesse at bestpractical.com
Fri Dec 28 00:49:01 EST 2007
Author: jesse
Date: Fri Dec 28 00:49:01 2007
New Revision: 10171
Modified:
rt/branches/3.999-DANGEROUS/ (props changed)
rt/branches/3.999-DANGEROUS/etc/RT_Config.pm
rt/branches/3.999-DANGEROUS/etc/config.yml
rt/branches/3.999-DANGEROUS/t/web/crypt-gnupg.t
rt/branches/3.999-DANGEROUS/t/web/gnupg-outgoing.t
Log:
r74296 at pinglin: jesse | 2007-12-28 00:48:43 -0500
* oops.
Modified: rt/branches/3.999-DANGEROUS/etc/RT_Config.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/etc/RT_Config.pm (original)
+++ rt/branches/3.999-DANGEROUS/etc/RT_Config.pm Fri Dec 28 00:49:01 2007
@@ -88,7 +88,7 @@
set($Databasepassword , 'rt_pass');
# The name of the RT's database on your database server
-set($Databasename , 'rt4');
+set($Databasename , 'rt3');
# If you're using Postgres and have compiled in SSL support,
# set DatabaseRequireSSL to 1 to turn on SSL communication
@@ -351,7 +351,7 @@
# From lowest to highest priority, the levels are:
# debug info notice warning error critical alert emergency
set($LogToSyslog , 'debug');
-set($LogToScreen , 'debug');
+set($LogToScreen , 'error');
# Logging to a standalone file is also possible, but note that the
# file should needs to both exist and be writable by all direct users
@@ -362,7 +362,7 @@
# the direct API, Best Practical recommends using syslog instead of
# direct file logging.
-set($LogToFile , 'debug');
+set($LogToFile , undef);
set($LogDir, '/home/jesse/svk/3.999-DANGEROUS/var/log');
set($LogToFilenamed , "rt.log"); #log to rt.log
Modified: rt/branches/3.999-DANGEROUS/etc/config.yml
==============================================================================
--- rt/branches/3.999-DANGEROUS/etc/config.yml (original)
+++ rt/branches/3.999-DANGEROUS/etc/config.yml Fri Dec 28 00:49:01 2007
@@ -7,7 +7,7 @@
ConfigFileVersion: 2
Database:
CheckSchema: 0
- Database: rt4twebcryptgnupgb686b56d
+ Database: rt4
Driver: mysql
Host: localhost
password: ''
Modified: rt/branches/3.999-DANGEROUS/t/web/crypt-gnupg.t
==============================================================================
--- rt/branches/3.999-DANGEROUS/t/web/crypt-gnupg.t (original)
+++ rt/branches/3.999-DANGEROUS/t/web/crypt-gnupg.t Fri Dec 28 00:49:01 2007
@@ -148,6 +148,7 @@
ok($m->value('Sign', 2), "sign tick box is checked");
$m->submit;
is($m->status, 200, "request successful");
+
$m->get($baseurl); # ensure that the mail has been processed
@mail = RT::Test->fetch_caught_mails;
@@ -224,7 +225,6 @@
@mail = RT::Test->fetch_caught_mails;
ok(@mail, "got some mail");
-exit;
for my $mail (@mail) {
unlike $mail, qr/Some other content/, "outgoing mail was encrypted";
Modified: rt/branches/3.999-DANGEROUS/t/web/gnupg-outgoing.t
==============================================================================
--- rt/branches/3.999-DANGEROUS/t/web/gnupg-outgoing.t (original)
+++ rt/branches/3.999-DANGEROUS/t/web/gnupg-outgoing.t Fri Dec 28 00:49:01 2007
@@ -309,7 +309,6 @@
my %args = %{ shift @_ };
my @mail = @_;
- Carp::confess unless scalar @mail;
ok scalar @mail, "got some mail";
for my $mail (@mail) {
if ( $args{'Encrypt'} ) {
More information about the Rt-commit
mailing list