Expand and modularlize concerto data set
authorBill Erickson <berick@esilibrary.com>
Sat, 13 Oct 2012 16:28:29 +0000 (12:28 -0400)
committerBill Erickson <berick@esilibrary.com>
Sat, 13 Oct 2012 16:34:46 +0000 (12:34 -0400)
commit4677f68a93e0294aab7d7923d5cd7a0014217b71
tree634acddbbb030ea1618432878d6af0245d047c99
parentcbf389d42138d18990539a6281be191d8dc6dee2
Expand and modularlize concerto data set

* Break function creation and deletion out to their own files.
* Translates lul_fre_500 bibs into SQL
* adds a load_all.sql file for loading all test data
* moves all test data sql to its own dir
* creates a backward-compat concerto.sql

Signed-off-by: Bill Erickson <berick@esilibrary.com>
12 files changed:
Open-ILS/tests/datasets/concerto.sql [deleted file]
Open-ILS/tests/datasets/sql/concerto.sql [new file with mode: 0644]
Open-ILS/tests/datasets/sql/concerto_assets.sql [new file with mode: 0644]
Open-ILS/tests/datasets/sql/concerto_bibs.sql [new file with mode: 0644]
Open-ILS/tests/datasets/sql/create_env.sql [new file with mode: 0644]
Open-ILS/tests/datasets/sql/destroy_env.sql [new file with mode: 0644]
Open-ILS/tests/datasets/sql/load_all.sql [new file with mode: 0644]
Open-ILS/tests/datasets/sql/lul_fre_500_bibs.sql [new file with mode: 0644]
Open-ILS/tests/datasets/sql/users_patrons_100.sql [new file with mode: 0644]
Open-ILS/tests/datasets/sql/users_staff_134.sql [new file with mode: 0644]
Open-ILS/tests/datasets/users_patrons_100.sql [deleted file]
Open-ILS/tests/datasets/users_staff_134.sql [deleted file]