Bugzilla – Attachment 85726 Details for
Bug 22368
Table suggestions lacks foreign key constraints
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22368: (QA follow-up) Mute db errors in test
Bug-22368-QA-follow-up-Mute-db-errors-in-test.patch (text/plain), 1.22 KB, created by
Martin Renvoize (ashimema)
on 2019-02-26 17:36:20 UTC
(
hide
)
Description:
Bug 22368: (QA follow-up) Mute db errors in test
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-02-26 17:36:20 UTC
Size:
1.22 KB
patch
obsolete
>From 317caa3e235009d261fe62dfb5f23ca3252c4f78 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Wed, 20 Feb 2019 16:08:38 +0000 >Subject: [PATCH] Bug 22368: (QA follow-up) Mute db errors in test > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > t/db_dependent/Koha/Suggestions.t | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/t/db_dependent/Koha/Suggestions.t b/t/db_dependent/Koha/Suggestions.t >index 304c416f0c..109488758a 100644 >--- a/t/db_dependent/Koha/Suggestions.t >+++ b/t/db_dependent/Koha/Suggestions.t >@@ -83,6 +83,9 @@ subtest 'constraints' => sub { > plan tests => 11; > $schema->storage->txn_begin; > >+ my $print_error = $schema->storage->dbh->{PrintError}; >+ $schema->storage->dbh->{PrintError} = 0; >+ > my $patron = $builder->build_object( { class => "Koha::Patrons" } ); > my $biblio = $builder->build_sample_biblio(); > my $branch = $builder->build_object( { class => "Koha::Libraries" } ); >@@ -164,5 +167,6 @@ subtest 'constraints' => sub { > is( $suggestion->budgetid, undef, > "The suggestion is not deleted when the related budget is deleted" ); > >+ $schema->storage->dbh->{PrintError} = $print_error; > $schema->storage->txn_rollback; > }; >-- >2.20.1
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 22368
:
85278
|
85279
|
85282
|
85283
|
85286
|
85287
|
85309
|
85310
|
85377
|
85378
|
85379
|
85388
|
85608
|
85609
|
85610
|
85611
|
85612
|
85723
|
85725
|
85726
|
85727
|
85728
|
85729
|
85739
|
85742
|
85743
|
85744
|
85745
|
85746
|
85747
|
85754