[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.5-216-g316e012
Alex M Vandiver
alexmv at bestpractical.com
Thu Oct 1 12:30:56 EDT 2009
The branch, 3.8-trunk has been updated
via 316e01254b5f6a0e3d7f67249594c9685bcf7105 (commit)
via 66e7dfb2b6c7f149c533e50bab404f9ab9aa006f (commit)
from 005fd96164c5fb2c0872993d62b4823176d77b0c (commit)
Summary of changes:
.gitignore | 1 +
t/00-mason-syntax.t | 2 +-
t/mail/gateway.t | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 66e7dfb2b6c7f149c533e50bab404f9ab9aa006f
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Oct 1 12:22:51 2009 -0400
Ignore generated apache2.2+mod_perl conf file
diff --git a/.gitignore b/.gitignore
index 96746a4..baa3d63 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,7 @@ etc/upgrade/3.8-ical-extension
lib/RT.pm
Makefile
t/data/gnupg/keyrings/random_seed
+t/data/configs/apache2.2+mod_perl.conf
sbin/rt-attributes-viewer
sbin/rt-clean-sessions
sbin/rt-dump-database
commit 316e01254b5f6a0e3d7f67249594c9685bcf7105
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Oct 1 12:30:42 2009 -0400
Fix up broken test lines
diff --git a/t/00-mason-syntax.t b/t/00-mason-syntax.t
index e8efcbc..0584f63 100644
--- a/t/00-mason-syntax.t
+++ b/t/00-mason-syntax.t
@@ -3,7 +3,7 @@
use strict;
use warnings;
-use RT::Test tests => 1, tests => 1;
+use RT::Test tests => 1;
my $ok = 1;
diff --git a/t/mail/gateway.t b/t/mail/gateway.t
index 213d124..940bde6 100644
--- a/t/mail/gateway.t
+++ b/t/mail/gateway.t
@@ -57,7 +57,7 @@ use strict;
use warnings;
-use RT::Test config => 'Set( $UnsafeEmailCommands, 1), tests => 159;;';
+use RT::Test config => 'Set( $UnsafeEmailCommands, 1)', tests => 159;
my ($baseurl, $m) = RT::Test->started_ok;
use RT::Tickets;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list