OVERVIEW
=============
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:
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. 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.
