[ http://issues.apache.org/jira/browse/QPID-39?page=comments#action_12457595 ] Stephen Vinoski commented on QPID-39: -------------------------------------
The maven reorg moved all tests under the src/test/java directory for each subproject. For the client, I also moved everything but the unit tests into the src/old_test/java subdirectory. Under the subprojects' test areas, there should be only unit tests. Any system tests, integration tests, performance tests, etc. should reside in a directory under the top level (java). For example, see the systests directory. > Restructure Java Client test package > ------------------------------------ > > Key: QPID-39 > URL: http://issues.apache.org/jira/browse/QPID-39 > Project: Qpid > Issue Type: Task > Components: Java Client > Reporter: Martin Ritchie > Priority: Minor > Fix For: M2 > > > Currently the test package is a mix of unit test and example applications. > The should be a clear line between the various types of test. > Perhaps the tests could be categorised something like. > client.test.unit > client.test.examples > client.utils > That way we can run all the test in the unit package and know all the tests > have been run. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
