Skip to main content
summaryrefslogtreecommitdiffstats
blob: 8c1a198fa9d81a6ded4c0546bf551b05916d8bcf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
When database schema, types or dbinit change, the files in this 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) Follow instructions in org.eclpise.osee.x.server.integration.test/README

All canned-db test bundles should be updated with the same zip files, there are 
- search for hsql.db for all locations

Back to the top