[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch master updated. 15d3db176737390b141dcd09ad08aad31e14807d

Evergreen Git git at git.evergreen-ils.org
Mon Jan 6 11:13:48 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  15d3db176737390b141dcd09ad08aad31e14807d (commit)
      from  a1b07a3722012b3684965d2e698526be676f6042 (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 15d3db176737390b141dcd09ad08aad31e14807d
Author: Dan Scott <dscott at laurentian.ca>
Date:   Mon Jan 6 11:07:17 2014 -0500

    Make sample phone numbers "(xxx) xxx-xxxx" format
    
    The extra hyphen between the closing parenthesis and the 4th digit was just
    plain weird. Thanks to Ben Shum for mentioning this in IRC!
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/tests/datasets/sql/libraries.sql b/Open-ILS/tests/datasets/sql/libraries.sql
index 5124769..fb6cdd1 100644
--- a/Open-ILS/tests/datasets/sql/libraries.sql
+++ b/Open-ILS/tests/datasets/sql/libraries.sql
@@ -62,7 +62,7 @@ INSERT INTO actor.org_unit_setting(org_unit, name, value) VALUES
     (7, 'lib.info_url', '"http://br4.example.com/info"'); -- BR4
 
 
-UPDATE actor.org_unit SET email = 'br1 at example.com', phone = '(555)-555-0271' WHERE shortname = 'BR1';
-UPDATE actor.org_unit SET email = 'br2 at example.com', phone = '(555)-555-0272' WHERE shortname = 'BR2';
-UPDATE actor.org_unit SET email = 'br3 at example.com', phone = '(555)-555-0273' WHERE shortname = 'BR3';
-UPDATE actor.org_unit SET email = 'br4 at example.com', phone = '(555)-555-0274' WHERE shortname = 'BR4';
+UPDATE actor.org_unit SET email = 'br1 at example.com', phone = '(555) 555-0271' WHERE shortname = 'BR1';
+UPDATE actor.org_unit SET email = 'br2 at example.com', phone = '(555) 555-0272' WHERE shortname = 'BR2';
+UPDATE actor.org_unit SET email = 'br3 at example.com', phone = '(555) 555-0273' WHERE shortname = 'BR3';
+UPDATE actor.org_unit SET email = 'br4 at example.com', phone = '(555) 555-0274' WHERE shortname = 'BR4';

-----------------------------------------------------------------------

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