From 9d14facfd0b597fd1b5cfaf58b58b10f945b649b Mon Sep 17 00:00:00 2001 From: djfiander Date: Thu, 4 May 2006 01:23:28 +0000 Subject: [PATCH] Adjust the test data so that it works with the test cases. --- ILS/Patron.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ILS/Patron.pm b/ILS/Patron.pm index 35166dd..1fa5cf6 100644 --- a/ILS/Patron.pm +++ b/ILS/Patron.pm @@ -26,7 +26,7 @@ our %patron_db = ( id => 'djfiander', password => '6789', ptype => 'A', # 'A'dult. Whatever. - sip_birthdate => '1964-09-25', + birthdate => '19640925', address => '2 Meadowvale Dr. St Thomas, ON', home_phone => '(519) 555 1234', email_addr => 'djfiander@hotmail.com', @@ -35,7 +35,7 @@ our %patron_db = ( recall_ok => 0, hold_ok => 1, card_lost => 0, - items_charged => 5, + items_charged => 0, claims_returned => 0, fines => 100, fees => 0, @@ -46,10 +46,10 @@ our %patron_db = ( items => [], hold_items => [], overdue_items => [], - fine_items => [], + fine_items => ['Computer Time'], recall_items => [], unavail_holds => [], - fee_items => ['Computer Time'], + fee_items => [], }, ); -- 2.11.0