Bugzilla – Attachment 86411 Details for
Bug 15774
Additional fields for baskets
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15774: (follow-up) Fix TestBuilder.t so it doesn't catch wrong classes
Bug-15774-follow-up-Fix-TestBuildert-so-it-doesnt-.patch (text/plain), 1.05 KB, created by
Tomás Cohen Arazi (tcohen)
on 2019-03-09 08:42:21 UTC
(
hide
)
Description:
Bug 15774: (follow-up) Fix TestBuilder.t so it doesn't catch wrong classes
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2019-03-09 08:42:21 UTC
Size:
1.05 KB
patch
obsolete
>From d0c76286a2757d511563357820db48d7bbb58ead Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Sat, 9 Mar 2019 05:41:45 -0300 >Subject: [PATCH] Bug 15774: (follow-up) Fix TestBuilder.t so it doesn't catch > wrong classes > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/TestBuilder.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/TestBuilder.t b/t/db_dependent/TestBuilder.t >index e69c1949b1..3b6aa20e19 100644 >--- a/t/db_dependent/TestBuilder.t >+++ b/t/db_dependent/TestBuilder.t >@@ -380,7 +380,7 @@ subtest 'build_object() tests' => sub { > > subtest 'Test all classes' => sub { > my $Koha_modules_dir = dirname(__FILE__) . '/../../Koha'; >- my @koha_object_based_modules = `/bin/grep -rl 'sub object_class' $Koha_modules_dir`; >+ my @koha_object_based_modules = `/bin/grep -rl -e '^sub object_class' $Koha_modules_dir`; > my @source_in_failure; > for my $module_filepath ( @koha_object_based_modules ) { > chomp $module_filepath; >-- >2.21.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 15774
:
48224
|
53608
|
53609
|
72078
|
72079
|
72085
|
72086
|
75083
|
75084
|
75085
|
75086
|
75336
|
75354
|
75361
|
79976
|
79977
|
79978
|
79979
|
79980
|
79981
|
79982
|
80060
|
80061
|
80062
|
80063
|
80064
|
80065
|
80066
|
80680
|
81490
|
81491
|
81492
|
81493
|
81494
|
81495
|
81496
|
81497
|
81833
|
81837
|
81838
|
81839
|
81840
|
81841
|
81842
|
81843
|
81844
|
81845
|
81846
|
81847
|
81848
|
81849
|
81850
|
81851
|
81852
|
83349
|
83350
|
83351
|
83352
|
83353
|
83354
|
83355
|
83356
|
83357
|
83358
|
83359
|
83360
|
83361
|
83362
|
83363
|
83364
|
83444
|
83445
|
83446
|
83447
|
83448
|
83449
|
83450
|
83451
|
83452
|
83453
|
83454
|
83455
|
83456
|
83457
|
83458
|
83459
|
85333
|
85334
|
85335
|
85336
|
85337
|
85338
|
85339
|
85340
|
85341
|
85342
|
85343
|
85344
|
85345
|
85346
|
85347
|
85348
|
85792
|
85806
|
85807
|
85808
|
85809
|
85810
|
85811
|
85812
|
85813
|
85814
|
85815
|
85816
|
85817
|
85818
|
85819
|
85820
|
85821
|
85822
|
85823
|
85824
| 86411