Bugzilla – Attachment 14092 Details for
Bug 7067
allow patron self registration via the opac
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7067 - QA Followup - Fix failing tests
Bug-7067---QA-Followup---Fix-failing-tests.patch (text/plain), 1.09 KB, created by
Kyle M Hall (khall)
on 2012-12-13 18:11:49 UTC
(
hide
)
Description:
Bug 7067 - QA Followup - Fix failing tests
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-12-13 18:11:49 UTC
Size:
1.09 KB
patch
obsolete
>From adfb0a30c023ed46fc444f92f9ee5d605a2b90ff Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 13 Dec 2012 13:10:52 -0500 >Subject: [PATCH] Bug 7067 - QA Followup - Fix failing tests > >--- > t/db_dependent/Koha_borrower_modifications.t | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/db_dependent/Koha_borrower_modifications.t b/t/db_dependent/Koha_borrower_modifications.t >index 6a7c4c4..9849502 100755 >--- a/t/db_dependent/Koha_borrower_modifications.t >+++ b/t/db_dependent/Koha_borrower_modifications.t >@@ -63,11 +63,11 @@ ok( > > ## Check GetPendingModifications > my $pending = Koha::Borrower::Modifications->GetPendingModifications(); >-ok( $pending->[0]->{'firstname'} eq 'Kyle', 'Test GetPendingModifications()' ); > ok( >- $pending->[1]->{'firstname'} eq 'Sandy', >+ $pending->[0]->{'firstname'} eq 'Sandy', > 'Test GetPendingModifications() again' > ); >+ok( $pending->[1]->{'firstname'} eq 'Kyle', 'Test GetPendingModifications()' ); > > ## This should delete the row from the table > Koha::Borrower::Modifications->DenyModifications('3'); >-- >1.7.2.5
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 7067
:
11960
|
11961
|
11962
|
11965
|
11966
|
11967
|
11968
|
11970
|
11973
|
11978
|
12006
|
12007
|
12013
|
12104
|
12109
|
12114
|
12116
|
12129
|
12135
|
12136
|
12138
|
12153
|
12154
|
12171
|
12190
|
12191
|
12196
|
12197
|
12242
|
12243
|
12244
|
12245
|
12277
|
12278
|
13038
|
13039
|
13040
|
13048
|
13053
|
13259
|
13260
|
13744
|
13745
|
13746
|
13747
|
13748
|
13765
|
13766
|
13767
|
13768
|
13769
|
13984
|
14001
|
14085
|
14086
|
14087
|
14088
|
14089
|
14090
|
14092
|
14093
|
14119
|
14190
|
14191
|
14193
|
14194
|
14282
|
14283