summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authormyk%mozilla.org <>2003-08-01 12:57:19 +0200
committermyk%mozilla.org <>2003-08-01 12:57:19 +0200
commit193c5ac6be8e883c57e4caf3c87b181db0351be0 (patch)
treed7a28654e54352fa344dbfef480f9223ee889704 /t
parent393dfb830acf397c180b81e333c93b0d4d76258c (diff)
downloadbugzilla-193c5ac6be8e883c57e4caf3c87b181db0351be0.tar.gz
bugzilla-193c5ac6be8e883c57e4caf3c87b181db0351be0.tar.xz
Partial fix for bug 120030: adds template filter for obscuring email addresses.
Patch by Stephen Lee <slee@@wilcoxassoc.com>. r=myk,a=myk
Diffstat (limited to 't')
-rw-r--r--t/004template.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/004template.t b/t/004template.t
index 8429b774f..35965aa11 100644
--- a/t/004template.t
+++ b/t/004template.t
@@ -97,6 +97,7 @@ foreach my $include_path (@include_paths) {
bug_link => [ sub { return sub { return $_; } }, 1] ,
csv => sub { return $_ } ,
time => sub { return $_ } ,
+ obscure_email => sub { return $_ } ,
},
}
);