]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Implement SQL localization tests.
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 11 Dec 2007 00:46:47 +0000 (00:46 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 11 Dec 2007 00:46:47 +0000 (00:46 +0000)
commit6b4fe9c1fb67280fa801b2383a011d657efe7172
tree0418ee6ebe3ae13537f0563443908ce04cb3e0f6
parent26320f78566a7b1a397af5ee389ca5215d7d8baa
Implement SQL localization tests.
Refactor some test helper functions into a common module.
Clean up db-seed-i18n.py SQL output.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@8194 dcc99617-32d9-48b4-a31d-7c20da2025e4
build/i18n/scripts/db-seed-i18n.py
build/i18n/tests/data/po2sql.sql [new file with mode: 0644]
build/i18n/tests/data/sql2pot.pot [new file with mode: 0644]
build/i18n/tests/data/sqlsource.po [new file with mode: 0644]
build/i18n/tests/data/sqlsource.sql [new file with mode: 0644]
build/i18n/tests/testIDL.py
build/i18n/tests/testSQL.py [new file with mode: 0644]
build/i18n/tests/testhelper.py [new file with mode: 0644]