Attached is a patch for changes I needed to make for tests to run on Google App Engine (GAE). Here's a summary of the changes:
- Disable sub-tests for GAE: TestCases, TestLinkedTable, TestMultiConn, TestReadOnly - Set up test configuration for GAE: TestPowerOff, TestFile - Use org.h2.util.FileUtils in place of java.io.* classes: TestCsv, TestFunctions, TestLob, TestLogFile, TestStatement - Miscellaneous: TestEncryptedDb (change database name used in tests from "exclusive" to "encrypted") I think most of these changes are fairly obvious--there's nothing fancy. Let me know if you have any questions. There are still two test failures on GAE that I don't understand, but at this point enough tests are passing that I'm going to move forward. Vince -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
org.h2.test.patch
Description: Binary data
