Bugzilla – Attachment 61209 Details for
Bug 18284
Biblio metadata are not moved to the deleted table when a biblio is deleted
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18284: [QA Follow-up] Add test descriptions
Bug-18284-QA-Follow-up-Add-test-descriptions.patch (text/plain), 1.19 KB, created by
Marcel de Rooy
on 2017-03-17 10:07:25 UTC
(
hide
)
Description:
Bug 18284: [QA Follow-up] Add test descriptions
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2017-03-17 10:07:25 UTC
Size:
1.19 KB
patch
obsolete
>From 2c351be3495547ac47f40ba93a09190ee190bb83 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 17 Mar 2017 10:52:46 +0100 >Subject: [PATCH] Bug 18284: [QA Follow-up] Add test descriptions >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > t/db_dependent/Biblio.t | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/db_dependent/Biblio.t b/t/db_dependent/Biblio.t >index df5f93c..9b3cbe0 100755 >--- a/t/db_dependent/Biblio.t >+++ b/t/db_dependent/Biblio.t >@@ -373,9 +373,9 @@ subtest 'deletedbiblio_metadata' => sub { > my $biblio_metadata = C4::Biblio::GetXmlBiblio( $biblionumber ); > C4::Biblio::DelBiblio( $biblionumber ); > my ( $moved ) = $dbh->selectrow_array(q|SELECT biblionumber FROM deletedbiblio WHERE biblionumber=?|, undef, $biblionumber); >- is( $moved, $biblionumber ); >+ is( $moved, $biblionumber, 'Found in deletedbiblio' ); > ( $moved ) = $dbh->selectrow_array(q|SELECT biblionumber FROM deletedbiblio_metadata WHERE biblionumber=?|, undef, $biblionumber); >- is( $moved, $biblionumber ); >+ is( $moved, $biblionumber, 'Found in deletedbiblio_metadata' ); > }; > > 1; >-- >2.1.4
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 18284
:
61184
|
61193
|
61208
| 61209