Bug 7333 - modifying Members.t to use a branchcode that exists in the sample data
authorLiz Rea <wizzyrea@gmail.com>
Wed, 7 Dec 2011 22:32:11 +0000 (16:32 -0600)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 15 Dec 2011 17:13:29 +0000 (18:13 +0100)
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 <Katrin.Fischer.83@web.de>
All tests complete successfully with my database created from
sample data and with the database provided on the bug.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
t/db_dependent/Members.t

index c1e4d85..420f7f3 100755 (executable)
@@ -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";