Bugzilla – Attachment 49772 Details for
Bug 16170
Pseudo foreign key in Items
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16170: [QA Follow-up] Fix embeded typos
Bug-16170-QA-Follow-up-Fix-embeded-typos.patch (text/plain), 1.73 KB, created by
Marcel de Rooy
on 2016-04-01 07:52:30 UTC
(
hide
)
Description:
Bug 16170: [QA Follow-up] Fix embeded typos
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2016-04-01 07:52:30 UTC
Size:
1.73 KB
patch
obsolete
>From f1272d495fd593c0f3939f95d38118d4e5037a9d Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 1 Apr 2016 09:34:50 +0200 >Subject: [PATCH] Bug 16170: [QA Follow-up] Fix embeded typos >Content-Type: text/plain; charset=utf-8 > >Just noticed this typo three times here. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > t/db_dependent/Items.t | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/t/db_dependent/Items.t b/t/db_dependent/Items.t >index bd625f8..2b990c1 100755 >--- a/t/db_dependent/Items.t >+++ b/t/db_dependent/Items.t >@@ -529,14 +529,14 @@ subtest 'C4::Biblio::EmbedItemsInMarcBiblio' => sub { > @items = $record->field($itemfield); > is( scalar @items, > $number_of_items, >- 'Even with OpacHiddenItems set, all items should have been embeded' ); >+ 'Even with OpacHiddenItems set, all items should have been embedded' ); > > C4::Biblio::EmbedItemsInMarcBiblio( $record, $biblionumber, undef, 1 ); > @items = $record->field($itemfield); > is( > scalar @items, > $number_of_items - $number_of_items_with_homebranch_is_CPL, >-'For OPAC, the pref OpacHiddenItems should have been take into account. Only items with homebranch ne CPL should have been embeded' >+'For OPAC, the pref OpacHiddenItems should have been take into account. Only items with homebranch ne CPL should have been embedded' > ); > > $opachiddenitems = " >@@ -547,7 +547,7 @@ subtest 'C4::Biblio::EmbedItemsInMarcBiblio' => sub { > is( > scalar @items, > 0, >-'For OPAC, If all items are hidden, no item should have been embeded' >+'For OPAC, If all items are hidden, no item should have been embedded' > ); > > $schema->storage->txn_rollback; >-- >1.7.10.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 16170
:
49681
|
49706
|
49707
|
49708
|
49723
|
49724
|
49771
|
49772
|
51096
|
51097
|
51098
|
51099