Instructions to Run Deployment Dev Tests1. To check out the tests: svn checkout https://svn.java.net/svn/glassfish~svn/trunk/v2/appserv-tests 2. Go to devtests/deployment 3. Compare results with EXPECTED_RESULTS.v3.txt Instructions to Run EJB Dev Tests (we use ejb dev tests to cover some of features)1. To check out the tests: svn checkout https://svn.java.net/svn/glassfish~svn/trunk/v2/appserv-tests 2. Go to devtests/ejb, look at README for instructions, set environment variables etc. 3. Do "ant all" from top (the "ant all" target here will start the server and database for you). Hudson jobs for Deployment Dev Tests:1. PE (DAS target) http://hudson-sca.us.oracle.com/job/deployment-devtests-3.1/ 2. EE (cluster target) http://hudson-sca.us.oracle.com/job/deployment-devtests-3.1-cluster/ |