*/
public void testSimpleTreeCreation()
throws DatabaseException {
initEnv(false);
Locker txn = new BasicLocker(DbInternal.envGetEnvironmentImpl(env));
NullCursor cursor = new NullCursor(tree.getDatabase(), txn);
insertAndRetrieve(cursor, "aaaaa".getBytes(),
new LN((byte[]) null));
insertAndRetrieve(cursor, "aaaab".getBytes(),
new LN((byte[]) null));
insertAndRetrieve(cursor, "aaaa".getBytes(),