[Patches] [PATCH] Bug 5327: Fixing the Members.t test

koha-patchbot at kohaaloha.com koha-patchbot at kohaaloha.com
Wed Dec 7 10:50:03 NZDT 2011


From: Chris Cormack <chrisc at catalyst.net.nz>
Date: Wed, 7 Dec 2011 10:09:43 +1300
Subject: [PATCH] Bug 5327: Fixing the Members.t test
Content-Type: text/plain; charset="utf-8"

Signed-off-by: Liz Rea <wizzyrea at gmail.com>
Confirm all tests complete
---
 t/db_dependent/Members.t |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/t/db_dependent/Members.t b/t/db_dependent/Members.t
index b09d887..58c40fd 100755
--- a/t/db_dependent/Members.t
+++ b/t/db_dependent/Members.t
@@ -14,13 +14,13 @@ BEGIN {
 }
 
 
-my $CARDNUMBER   = 'TESTCARD01';
-my $FIRSTNAME    = 'Marie';
-my $SURNAME      = 'Mcknight';
+my $CARDNUMBER   = 'TESTCARD9999';
+my $FIRSTNAME    = 'Heidi';
+my $SURNAME      = 'Tibbits';
 my $CATEGORYCODE = 'S';
-my $BRANCHCODE   = 's';
+my $BRANCHCODE   = 'CPL';
 
-my $CHANGED_FIRSTNAME = "Marry Ann";
+my $CHANGED_FIRSTNAME = "Heidelberg";
 my $EMAIL             = "Marie\@email.com";
 my $ETHNICITY         = "German";
 my $PHONE             = "555-12123";
@@ -43,7 +43,7 @@ my @USERENV = (
     'Test',
     0,
 );
-my $BRANCH_IDX = 5;
+my $BRANCH_IDX = 4;
 
 C4::Context->_new_userenv ('DUMMY_SESSION_ID');
 C4::Context->set_userenv ( @USERENV );
-- 
1.7.2.5


More information about the Patches mailing list