[Rt-commit] rt branch, 4.2/lock-config-options-in-tests, updated. rt-4.1.6-348-gc541633
Ruslan Zakirov
ruz at bestpractical.com
Fri Mar 15 18:22:45 EDT 2013
The branch, 4.2/lock-config-options-in-tests has been updated
via c54163320f0050d70155f6a54994bdd23f1486a4 (commit)
from 35f2111eaea7c46545b4e7819a3ca0380b056862 (commit)
Summary of changes:
etc/RT_Config.pm.in | 3 +++
1 file changed, 3 insertions(+)
- Log -----------------------------------------------------------------
commit c54163320f0050d70155f6a54994bdd23f1486a4
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date: Sat Mar 16 02:22:08 2013 +0400
default values for options to make tests pass
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 0bab8f2..9e1f134 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -473,6 +473,8 @@ resolve arbitrary tickets!
=cut
+Set($UnsafeEmailCommands, undef);
+
=item C<$ExtractSubjectTagMatch>, C<$ExtractSubjectTagNoMatch>
The default "extract remote tracking tags" scrip settings; these
@@ -2599,6 +2601,7 @@ Set(%Lifecycles,
},
],
},
+ __maps__ => {},
);
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list