[open-ils-commits] [GIT] Evergreen ILS branch rel_2_7 updated. 4312cd1abd17e132cd6dee0beab6862c4fbd6ccf

Evergreen Git git at git.evergreen-ils.org
Thu Sep 3 14:20:42 EDT 2015


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, rel_2_7 has been updated
       via  4312cd1abd17e132cd6dee0beab6862c4fbd6ccf (commit)
      from  1a1c8bb33691096f130ee95a8d604e6892dfd5ae (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 4312cd1abd17e132cd6dee0beab6862c4fbd6ccf
Author: Jason Stephenson <jstephenson at mvlc.org>
Date:   Thu Sep 3 13:48:20 2015 -0400

    LP#1491962 Fix 0847 Live Test
    
    The fix for LP 1484281 broke the 0847.auth_overlay_generator.pg live
    test.  Since e was removed from the controlled subfield list for the
    100 authority tag, it needs to be removed from the expected live test
    results.
    
    This commit does that.
    
    Signed-off-by: Jason Stephenson <jstephenson at mvlc.org>
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>

diff --git a/Open-ILS/src/sql/Pg/live_t/0847.auth_overlay_generator.pg b/Open-ILS/src/sql/Pg/live_t/0847.auth_overlay_generator.pg
index 2a4c88b..14e73fc 100644
--- a/Open-ILS/src/sql/Pg/live_t/0847.auth_overlay_generator.pg
+++ b/Open-ILS/src/sql/Pg/live_t/0847.auth_overlay_generator.pg
@@ -18,7 +18,7 @@ BEGIN;
 SELECT plan(1);
 
 SELECT is(
-    $$<record xmlns="http://www.loc.gov/MARC21/slim"><leader>00881nam a2200193   4500</leader><datafield tag="600" ind1="1" ind2=" "><subfield code="a">Girdlestone, Cuthbert Morton,</subfield><subfield code="d">1895-1975</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Girdlestone, Cuthbert Morton,</subfield><subfield code="d">1895-1975</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Girdlestone, Cuthbert Morton,</subfield><subfield code="d">1895-1975</subfield></datafield><datafield tag="800" ind1="1" ind2=" "><subfield code="a">Girdlestone, Cuthbert Morton,</subfield><subfield code="d">1895-1975</subfield></datafield><datafield tag="905" ind1=" " ind2=" "><subfield code="r">600abcdefklmnopqrstvxyz[0~\)1$],100abcdefklmnopqrstvxyz[0~\)1$],700abcdefklmnopqrstvxyz[0~\)1$],800abcdefklmnopqrstvxyz[0~\)1$]</subfield></datafield></record>$$,
+    $$<record xmlns="http://www.loc.gov/MARC21/slim"><leader>00881nam a2200193   4500</leader><datafield tag="600" ind1="1" ind2=" "><subfield code="a">Girdlestone, Cuthbert Morton,</subfield><subfield code="d">1895-1975</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Girdlestone, Cuthbert Morton,</subfield><subfield code="d">1895-1975</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Girdlestone, Cuthbert Morton,</subfield><subfield code="d">1895-1975</subfield></datafield><datafield tag="800" ind1="1" ind2=" "><subfield code="a">Girdlestone, Cuthbert Morton,</subfield><subfield code="d">1895-1975</subfield></datafield><datafield tag="905" ind1=" " ind2=" "><subfield code="r">600abcdfklmnopqrstvxyz[0~\)1$],100abcdfklmnopqrstvxyz[0~\)1$],700abcdfklmnopqrstvxyz[0~\)1$],800abcdfklmnopqrstvxyz[0~\)1$]</subfield></datafield></record>$$,
     (select authority.generate_overlay_template(marc) from authority.record_entry where id = 1),
     'authority.generate_overlay_template includes indicators and excludes junk tags'
 );

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

Summary of changes:
 .../sql/Pg/live_t/0847.auth_overlay_generator.pg   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list