Bugzilla – Attachment 183037 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), 1.03 KB, created by
Marcel de Rooy
on 2025-06-06 06:35:37 UTC
(
hide
)
Description:
Bug 40087: Fix t/Scrubber.t unit test
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2025-06-06 06:35:37 UTC
Size:
1.03 KB
patch
obsolete
>From d0567277cca43f16b372bb225bf48555d432324b 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 >Content-Type: text/plain; charset=utf-8 > >Remove "tag" and "staff" and add the missing "note" > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > 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