[open-ils-commits] [GIT] Evergreen ILS branch master updated. de357eac00a21080ad2ebb1b361568bffe123049

Evergreen Git git at git.evergreen-ils.org
Tue Aug 6 12:46:32 EDT 2013


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  de357eac00a21080ad2ebb1b361568bffe123049 (commit)
      from  f25cc39b24384ef25178e0be0ce1f0c757839da0 (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 de357eac00a21080ad2ebb1b361568bffe123049
Author: Jason Etheridge <jason at esilibrary.com>
Date:   Mon Aug 5 16:40:02 2013 -0400

    Fix org unit setting names for this example test
    
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/src/sql/Pg/t/0799.state_field_required_toggle.pg b/Open-ILS/src/sql/Pg/t/0799.state_field_required_toggle.pg
index 8855937..4e9a8e4 100644
--- a/Open-ILS/src/sql/Pg/t/0799.state_field_required_toggle.pg
+++ b/Open-ILS/src/sql/Pg/t/0799.state_field_required_toggle.pg
@@ -28,18 +28,18 @@ SELECT col_is_null(
 );
 
 SELECT isnt_empty(
-    'SELECT * FROM config.org_unit_setting_type WHERE name = $$ui.patron.edit.au.state.require$$',
-    'ui.patron.edit.au.state.require exists'
+    'SELECT * FROM config.org_unit_setting_type WHERE name = $$ui.patron.edit.aua.state.require$$',
+    'ui.patron.edit.aua.state.require exists'
 );
 
 SELECT isnt_empty(
-    'SELECT * FROM config.org_unit_setting_type WHERE name = $$ui.patron.edit.au.state.show$$',
-    'ui.patron.edit.au.state.show exists'
+    'SELECT * FROM config.org_unit_setting_type WHERE name = $$ui.patron.edit.aua.state.show$$',
+    'ui.patron.edit.aua.state.show exists'
 );
 
 SELECT isnt_empty(
-    'SELECT * FROM config.org_unit_setting_type WHERE name = $$ui.patron.edit.au.state.suggest$$',
-    'ui.patron.edit.au.state.suggest exists'
+    'SELECT * FROM config.org_unit_setting_type WHERE name = $$ui.patron.edit.aua.state.suggest$$',
+    'ui.patron.edit.aua.state.suggest exists'
 );
 
 -- Finish the tests and clean up.

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

Summary of changes:
 .../sql/Pg/t/0799.state_field_required_toggle.pg   |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list