]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/sql/Pg/t/lp1447746_import_flag.pg
LP#1447746: Do not update bib source on match-only merge
[Evergreen.git] / Open-ILS / src / sql / Pg / t / lp1447746_import_flag.pg
1 -- Load the TAP functions.
2 BEGIN;
3
4 -- Plan the tests.
5 SELECT plan(1);
6
7 -- Run the tests.
8
9 SELECT has_column('vandelay', 'merge_profile', 'update_bib_source', 
10     'Column "update_bib_source" on vandelay.merge_profile should exist');
11
12 -- Finish the tests and clean up.
13 SELECT * FROM finish();
14 ROLLBACK;