• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..27-May-2015420

chk.bdbH A D27-Apr-20091.7 KiB

MakefileH A D27-Apr-2009414

makenewtest.shH A D27-Apr-20093.6 KiB

READMEH A D04-May-2009864

src/H21-Jan-20113

README

1
2This test suite is designed to test the basic functionality of the core DB Java API.
3
4To build and run the test suite you need to have JUnit 4 or higher installed, and set in your environment as JUNIT_JAR.
5
6The script chk.bdb builds and runs all of the test cases currently enabled.
7
8Each new java source file you created needs to be added to the Makefile.
9
10The script createnewtest.sh in this directory does just that. run the script with a single parameter which is the name of the new test to create. It will populate the java source file in com/sleepycat/db/test with the basic layout all tests should have.
11
12The two files config_nix and config_win are used by the test cases to load profile information. For now they only contain a path to the root directory where test output files should be written.
13The configuration gets loaded via the TestUtils class.
14
15