From de357eac00a21080ad2ebb1b361568bffe123049 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Mon, 5 Aug 2013 16:40:02 -0400 Subject: [PATCH] Fix org unit setting names for this example test Signed-off-by: Jason Etheridge Signed-off-by: Ben Shum --- .../src/sql/Pg/t/0799.state_field_required_toggle.pg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 88559375d7..4e9a8e4cbb 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. -- 2.43.2