Bugzilla – Attachment 183623 Details for
Bug 39876
Centralize listing of files from our codebase
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39876: Make find-missing-op-in-forms.t test TT files
Bug-39876-Make-find-missing-op-in-formst-test-TT-f.patch (text/plain), 823 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2025-06-27 17:28:27 UTC
(
hide
)
Description:
Bug 39876: Make find-missing-op-in-forms.t test TT files
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2025-06-27 17:28:27 UTC
Size:
823 bytes
patch
obsolete
>From 4276ba596a42fadbf7fdc100a36aad1d91be279b Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 27 Jun 2025 14:22:32 -0300 >Subject: [PATCH] Bug 39876: Make find-missing-op-in-forms.t test TT files > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > xt/find-missing-op-in-forms.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/xt/find-missing-op-in-forms.t b/xt/find-missing-op-in-forms.t >index 31a3f2b50f3..7699bfafcff 100755 >--- a/xt/find-missing-op-in-forms.t >+++ b/xt/find-missing-op-in-forms.t >@@ -25,7 +25,7 @@ use Data::Dumper; > use Koha::Devel::Files; > > my $dev_files = Koha::Devel::Files->new; >-my @files = $dev_files->ls_perl_files; >+my @files = $dev_files->ls_tt_files; > ok( @files > 0, 'We should test something' ); > > my @errors; >-- >2.50.0
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 39876
:
182305
|
182306
|
182307
|
182344
|
182345
|
182346
|
182354
|
182380
|
182381
|
182382
|
182417
|
182461
|
183618
|
183619
|
183620
|
183621
|
183622
| 183623 |
183625