You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by Apache Wiki <wi...@apache.org> on 2007/01/13 01:50:45 UTC

[Db-derby Wiki] Trivial Update of "DerbyJUnitTesting" by DanDebrunner

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification.

The following page has been changed by DanDebrunner:
http://wiki.apache.org/db-derby/DerbyJUnitTesting

------------------------------------------------------------------------------
  machine from `JAVA_HOME`.
  
  If the ant property `jdk16` is set then the Java SE 6/JDBC 4 tests will be run using the virtual machine at `${jdk16}/bin/java`.
- Note this need not match the virtual machine defined in `JAVA_HOME`. If `jdk16` is not set then the Java SE 6/JDBC 4 tests '''even'''
+ Note this need not match the virtual machine defined in `JAVA_HOME`. If `jdk16` is not set then the Java SE 6/JDBC 4 tests will not run, '''even''' if `JAVA_HOME` points to a Java SE 6 environment.
- if `JAVA_HOME` points to a Java SE 6 environment.
  
- The output folder is created in the curent directory with the name `junitYYYYMMDD_hhss`, e.g. `junit_20070112_0813`.
+ The output folder is created in the current directory with the name `junitYYYYMMDD_hhss`, e.g. `junit_20070112_0813`.
  When the report is generated it can viewed using the `index.html` file in the output folder.
  
  === Running tests using the old Derby harness ===