Bugzilla – Attachment 42238 Details for
Bug 11213
GetItemsInfo() called twice
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bug_11213: GetItemsInfo() test
bug11213-GetItemsInfo-test.patch (text/plain), 1.29 KB, created by
Mark Tompsett
on 2015-09-02 16:25:02 UTC
(
hide
)
Description:
bug_11213: GetItemsInfo() test
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2015-09-02 16:25:02 UTC
Size:
1.29 KB
patch
obsolete
>From b1569e12e2f9159a2219e6bd2f265cffc583a3e2 Mon Sep 17 00:00:00 2001 >From: Srdjan <srdjan@catalyst.net.nz> >Date: Tue, 1 Apr 2014 18:44:37 +1300 >Subject: [PATCH] bug_11213: GetItemsInfo() test > >--- > t/db_dependent/Items.t | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > >diff --git a/t/db_dependent/Items.t b/t/db_dependent/Items.t >index b1796bc..857722d 100755 >--- a/t/db_dependent/Items.t >+++ b/t/db_dependent/Items.t >@@ -36,7 +36,7 @@ my ($branch1, $branch2) = keys %$branches; > > subtest 'General Add, Get and Del tests' => sub { > >- plan tests => 6; >+ plan tests => 8; > > # Start transaction > $dbh->{AutoCommit} = 0; >@@ -51,6 +51,11 @@ subtest 'General Add, Get and Del tests' => sub { > cmp_ok($item_bibnum, '==', $bibnum, "New item is linked to correct biblionumber."); > cmp_ok($item_bibitemnum, '==', $bibitemnum, "New item is linked to correct biblioitemnumber."); > >+ # Get items. >+ my @items_infos = GetItemsInfo( $bibnum, "cn_sort" ); >+ cmp_ok(scalar(@items_infos), '==', 1, "One item for biblionumber."); >+ cmp_ok($items_infos[0]{biblionumber}, '==', $bibnum, "Item has correct biblionumber."); >+ > # Get item. > my $getitem = GetItem($itemnumber); > cmp_ok($getitem->{'itemnumber'}, '==', $itemnumber, "Retrieved item has correct itemnumber."); >-- >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 11213
:
22800
|
26394
|
26430
|
26431
|
26499
|
26500
|
26695
|
26696
|
26713
|
26718
|
26719
|
26720
|
26721
|
29557
|
29558
|
29559
|
29560
|
29561
|
29562
|
29563
|
29564
|
38584
|
38585
|
38586
|
38587
|
38588
|
38589
|
38590
|
39023
|
39024
|
39025
|
39026
|
39027
|
39028
|
39029
|
42234
|
42235
|
42236
|
42237
|
42238
|
42239
|
42240
|
42425
|
49750
|
49751
|
49752
|
49753
|
49754
|
49755
|
50163
|
50164
|
50165
|
50166
|
50167
|
50168
|
54447
|
54448
|
54449
|
54450
|
54451
|
54452
|
57578
|
57579
|
57580
|
57581
|
57582
|
57583
|
62434
|
62435
|
62436
|
62437
|
62438
|
62439
|
68646
|
68818
|
68819
|
68820
|
68821
|
68822
|
68823