TestReopen
A test that calls another test, and after each write operation to the
database file, it copies the file, and tries to reopen it.
| Methods |
| static void |
main(String... a)
Run just this test.
|
| static void |
main(String... a) throws Exception
Run just this test.
Parameters:
a - ignored
|
| void |
log(int op, String fileName, byte[] data, long x)
|
| void |
log(int op, String fileName, byte[] data, long x)
|
| void |
test()
|
| void |
test() throws Exception
|
|