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

koha-patchbot at kohaaloha.com koha-patchbot at kohaaloha.com
Wed Dec 7 10:55:04 NZDT 2011


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

Signed-off-by: Liz Rea <wizzyrea at gmail.com>
Confirm Members.t tests 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 b09d887..c1e4d85 100755
--- a/t/db_dependent/Members.t
+++ b/t/db_dependent/Members.t
@@ -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