blob: 2852e733d7672ef8b48936961a364680ea47cf34 [file] [log] [blame]
This bundle provides mocks for use in testing and also supports the OrcsIntegrationbyClassRule and
OrcsIntegrationByMethodRule.
These rules will expand a canned ATS DbInit-ed database from the files located in the /data directory
and provide a local database connection for integration type tests.
When database schema, types or dbinit change, the files in the /data directory may need to be updated.
To do so:
1) Delete C:/Users/<account>/hsql and C:/Users/<account>/attr
2) Do a normal AtsClient_Integration_TestSuite, stop before ClientResourceTest
3) Zip up hsql dir to hsql.zip and copy to this directory
4) Zip up attr to binary_data.zip and copy to this directory
5) Re-run the local Test Suite and fix any errors
Note: These database files are written out to users home directory in a dir named after test
All canned-db test bundles should be updated with the same zip files and tests updated accordingly.
- search for hsql.db for all locations