public class RecoveryAfterBackup
extends java.lang.Object
This test contains a recovery for a database that did recovery just
before it went down. After recovery more records are inserted into
the database before the database is shutdown. Then, roll-forward
recovery of the database from the backup is performed. It is then
checked that the records inserted after the first recovery is still
present. This test was made to recreate the problem in DERBY-298.
The test should be run after store/RecoveryAfterBackupSetup.java.