Bugzilla – Attachment 51099 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.74 KB, created by
Kyle M Hall (khall)
on 2016-05-02 12:52:34 UTC
(
hide
)
Description:
Bug 16170: [QA Follow-up] Fix embeded typos
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-05-02 12:52:34 UTC
Size:
1.74 KB
patch
obsolete
>From aa65b191d2a256e73393e9ca73c849bdac475da1 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 > >Just noticed this typo three times here. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > 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; >-- >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 16170
:
49681
|
49706
|
49707
|
49708
|
49723
|
49724
|
49771
|
49772
|
51096
|
51097
|
51098
| 51099