Bugzilla – Attachment 6649 Details for
Bug 7333
Cleaning up tests to use sample data
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7333 - modifying Members.t to use a branchcode that exists in the sample data
Bug-7333---modifying-Memberst-to-use-a-branchcode-.patch (text/plain), 1.00 KB, created by
Liz Rea
on 2011-12-07 22:37:39 UTC
(
hide
)
Description:
Bug 7333 - modifying Members.t to use a branchcode that exists in the sample data
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2011-12-07 22:37:39 UTC
Size:
1.00 KB
patch
obsolete
>From 575db28dadf897c258e564ab77659d307d5d1b16 Mon Sep 17 00:00:00 2001 >From: Liz Rea <wizzyrea@gmail.com> >Date: Wed, 7 Dec 2011 16:32:11 -0600 >Subject: [PATCH] Bug 7333 - modifying Members.t to use a branchcode that exists in the sample data >Content-Type: text/plain; charset="utf-8" > >To test: >Create a fresh koha db with all of the sample data (if you have one that has the sample branches in it, that will work too) >run the test: prove t/db_dependent/Members.t > >All subtests should complete. >--- > t/db_dependent/Members.t | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/t/db_dependent/Members.t b/t/db_dependent/Members.t >index c1e4d85..420f7f3 100755 >--- a/t/db_dependent/Members.t >+++ b/t/db_dependent/Members.t >@@ -18,7 +18,7 @@ my $CARDNUMBER = 'TESTCARD01'; > my $FIRSTNAME = 'Marie'; > my $SURNAME = 'Mcknight'; > my $CATEGORYCODE = 'S'; >-my $BRANCHCODE = 's'; >+my $BRANCHCODE = 'CPL'; > > my $CHANGED_FIRSTNAME = "Marry Ann"; > my $EMAIL = "Marie\@email.com"; >-- >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 7333
:
6649
|
6652
|
6653
|
6734
|
6815
|
6848