[jboss-svn-commits] JBL Code SVN: r7933 - labs/jbossesb/trunk/qa

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Nov 29 08:02:07 EST 2006


Author: tfennelly
Date: 2006-11-29 08:02:05 -0500 (Wed, 29 Nov 2006)
New Revision: 7933

Modified:
   labs/jbossesb/trunk/qa/README.TXT
Log:
Updated.

Modified: labs/jbossesb/trunk/qa/README.TXT
===================================================================
--- labs/jbossesb/trunk/qa/README.TXT	2006-11-29 12:57:10 UTC (rev 7932)
+++ labs/jbossesb/trunk/qa/README.TXT	2006-11-29 13:02:05 UTC (rev 7933)
@@ -3,31 +3,14 @@
 This file hierarchy contains QA tests.  Note that the JUnit based tests here are NOT "Unit Tests", we're simply utilising the
 Ant and JUnit frameworks for running QA level tests.  
 
-These tests depend on a running JBoss AS, installed JBoss ESB (and whatever it depends on - DB etc), configured
-JMS Queues etc.  Each test should outline whatever its dependencies.
+These tests depend on:
+1. An installed and built version of the ESB.  See the Build.txt file in the product folder.
+2. A a running JBoss AS (for JMS Queues).
 
 RUNNING THE TESTS
 ====================
-1. Run the "earinstr" ant build target from the "product" folder.
-2. Run the "deploy" ant build target from the "product" folder.
-3. Start your JBossAS server.
-4. Run the "test" ant build target from the "qa" folder.
+1. Start your JBossAS server.
+2. Run the "test" ant build target from the "qa" folder.
 
 Note that because these tests are QA based tests (with filesystem dependencies etc), it is not recommended to run the
 JUnit based tests from within your IDE.
-
-ADDING JUNIT TESTS
-=====================
-Simply add the tests to the junit/src tree making sure that all "TestCase" files have the "Test" suffix.  Use and add to
-the utility classes (in the org.jboss.soa.esb.util package) as much as possible.  Always run the tests through the ant 
-scripts i.e. not through your IDE (as outlined above).
-
-See the org.jboss.soa.esb.listeners.DirectoryPollerTest and org.jboss.soa.esb.listeners.DirectoryPollerConfig1.xml 
-files as examples.
-
-Notes on Listener Configurations:
-1. 	All Listener configurations must be located in the src folder (just put them in the same package as your TestCase class).
-2.  When specifying directory URI attributes on the Listener configurations (e.g. DirectoryPoller input dirs), be sure
-    not to commit absolute URIs relative to your file system.  Instead, use "@qa.build@" tokens in conjunction with the
-    ListenerUtils and FileUtils classes.  Again, see the org.jboss.soa.esb.listeners.DirectoryPollerTest and 
-    org.jboss.soa.esb.listeners.DirectoryPollerConfig1.xml files as examples.
\ No newline at end of file




More information about the jboss-svn-commits mailing list