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

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to