org.h2.test.todo
Class TestUndoLogLarge

java.lang.Object
  extended by org.h2.test.todo.TestUndoLogLarge

public class TestUndoLogLarge
extends java.lang.Object

A test with an undo log size of 2 GB.


Constructor Summary
TestUndoLogLarge()
           
 
Method Summary
static void main(java.lang.String... args)
          Run just this test.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestUndoLogLarge

public TestUndoLogLarge()
Method Detail

main

public static void main(java.lang.String... args)
                 throws java.lang.Exception
Run just this test.

Parameters:
args - ignored
Throws:
java.lang.Exception