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 2006/09/12 19:32:54 UTC

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

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 DeepaRemesh:
http://wiki.apache.org/db-derby/DerbyJUnitTesting

------------------------------------------------------------------------------
  java -Dderby.system.home=$PWD junit.textui.TestRunner org.apache.derbyTesting.functionTests.tests.jdbcapi._Suite
  
  # All the embedded cases
- java -Dderby.system.home=$PWD junit.textui.TestRunner org.apache.derbyTesting.functionTests.tests.suites.Embedded
+ java -Dderby.system.home=$PWD junit.textui.TestRunner org.apache.derbyTesting.functionTests.suites.Embedded
  
  }}}
  ==== GUI (awt) run ====