Release Notes for ModelJEB 1.0beta2 Changes since 1.0beta1 Testing Framework * the test environment directory must contain a file named "jeb-tests-only", otherwise the tests will not be run. * the test preparation will only delete je.lck and *.jdb files from the test directory. [These two changes are intended to reduce the risk of the tests corrupting or destroying valuable data.] * the bug whereby a test directory name that contained spaces or backslashes would cause two of the tests to fail has been fixed. * The requirement to use a -lib directive to ant to locate the junit jar has been replaced by the requirement that the user ensure that junit.jar is on their classpath, eg by adding it to $ANT_HOME/lib. BDB Graph code No changes since 1.0beta1.