[open-ils-commits] [GIT] Evergreen ILS branch master updated. 812a726341db6abb0ec0e95e2bf54b7e0d21311d
Evergreen Git
git at git.evergreen-ils.org
Thu Jan 9 09:22:22 EST 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via 812a726341db6abb0ec0e95e2bf54b7e0d21311d (commit)
from 09479923cf3c0431168ecb2e23e3fd5d51aff13b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 812a726341db6abb0ec0e95e2bf54b7e0d21311d
Author: Dan Scott <dscott at laurentian.ca>
Date: Wed Jan 8 22:39:57 2014 -0500
Repair the live_t regression tests
When we added more realistic hours of operation for some of the branches,
several of the live_t regression tests failed because they depended on the
default hours of operation for BR4. Rather than change the regression test,
just switch BR4 back to the default hours of operation and use BR1 as the
closed-on-weekends branch instead.
Signed-off-by: Dan Scott <dscott at laurentian.ca>
Signed-off-by: Bill Erickson <berick at esilibrary.com>
diff --git a/Open-ILS/tests/datasets/sql/libraries.sql b/Open-ILS/tests/datasets/sql/libraries.sql
index fb6cdd1..00a5477 100644
--- a/Open-ILS/tests/datasets/sql/libraries.sql
+++ b/Open-ILS/tests/datasets/sql/libraries.sql
@@ -45,14 +45,14 @@ SELECT evergreen.create_aou_address(7, 'BR4 - Holds and ILL', '756 Industrial La
INSERT INTO actor.hours_of_operation (id, dow_0_open, dow_0_close, dow_1_open, dow_1_close,
dow_2_open, dow_2_close, dow_3_open, dow_3_close, dow_4_open, dow_4_close,
dow_5_open, dow_5_close, dow_6_open, dow_6_close) VALUES
--- BR1 - accept defaults of 09:00 - 17:00 for each day
- (4, '09:00', '17:00', '09:00', '17:00', '09:00', '17:00', '09:00', '17:00', '09:00', '17:00', '09:00', '17:00', '09:00', '17:00'),
+-- BR1 - closed on weekends (convention is 00:00 - 00:00)
+ (4, '08:00', '23:30', '08:00', '23:30', '08:00', '23:30', '08:00', '23:30', '09:00', '23:30', '00:00', '00:00', '00:00', '00:00'),
-- BR2 - accept defaults of 09:00 - 17:00 for some days
(5, '08:30', '21:30', '09:30', '14:30', '10:00', '21:30', '08:30', '17:00', '09:00', '17:00', '09:00', '17:00', '09:00', '17:00'),
-- BR3 - accept defaults of 09:00 - 17:00 for some days
(6, '08:00', '23:30', '08:00', '23:30', '08:00', '23:30', '08:00', '23:30', '09:00', '23:30', '13:00', '23:30', '09:00', '23:30'),
--- BR4 - closed on weekends (convention is 00:00 - 00:00)
- (7, '08:00', '23:30', '08:00', '23:30', '08:00', '23:30', '08:00', '23:30', '09:00', '23:30', '00:00', '00:00', '00:00', '00:00');
+-- BR4 - accept defaults of 09:00 - 17:00 for each day
+ (7, '09:00', '17:00', '09:00', '17:00', '09:00', '17:00', '09:00', '17:00', '09:00', '17:00', '09:00', '17:00', '09:00', '17:00');
-- Set some information URLs for library branches
INSERT INTO actor.org_unit_setting(org_unit, name, value) VALUES
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/tests/datasets/sql/libraries.sql | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list