From b955692c8494a81d46a72efaca9385f980cfd1b1 Mon Sep 17 00:00:00 2001 From: Liz Rea 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 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. Signed-off-by: Katrin Fischer All tests complete successfully with my database created from sample data and with the database provided on the bug. Signed-off-by: Paul Poulain --- t/db_dependent/Members.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Members.t b/t/db_dependent/Members.t index c1e4d856b0..420f7f389f 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"; -- 2.20.1