Bugzilla – Attachment 183034 Details for
Bug 40087
Remove unused C4::Scrubber profiles "tag" and "staff"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40087: Fix t/Scrubber.t unit test
Bug-40087-Fix-tScrubbert-unit-test.patch (text/plain), 961 bytes, created by
David Nind
on 2025-06-06 03:26:35 UTC
(
hide
)
Description:
Bug 40087: Fix t/Scrubber.t unit test
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-06-06 03:26:35 UTC
Size:
961 bytes
patch
obsolete
>From 0394f1931d59ac359e3289476a30a8e1c8bb411f Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Fri, 6 Jun 2025 03:22:39 +0000 >Subject: [PATCH] Bug 40087: Fix t/Scrubber.t unit test > >Remove "tag" and "staff" and add the missing "note" > >Signed-off-by: David Nind <david@davidnind.com> >--- > t/Scrubber.t | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/Scrubber.t b/t/Scrubber.t >index 273b962313..42c1a074fc 100755 >--- a/t/Scrubber.t >+++ b/t/Scrubber.t >@@ -4,7 +4,7 @@ use Modern::Perl; > > $| = 1; > use Test::NoWarnings; >-use Test::More tests => 32; >+use Test::More tests => 27; > use Test::Warn; > > BEGIN { >@@ -23,7 +23,7 @@ sub pretty_line { > > my ( $scrubber, $html, $result, @types, $collapse ); > $collapse = 1; >-@types = qw(default comment tag staff); >+@types = qw(default comment note); > $html = q| > <![CDATA[selfdestruct]]]> > <?php echo(" EVIL EVIL EVIL "); ?> <!-- COMMENT --> >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 40087
:
183021
|
183032
|
183033
|
183034
|
183036
|
183037