You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ru...@apache.org on 2007/07/17 18:42:01 UTC

svn commit: r556968 - in /incubator/qpid/branches/M2/java/integrationtests/src/main/java/org/apache/qpid/interop: coordinator/Coordinator.java old/

Author: rupertlssmith
Date: Tue Jul 17 09:42:00 2007
New Revision: 556968

URL: http://svn.apache.org/viewvc?view=rev&rev=556968
Log:
Retired old interop tests.

Removed:
    incubator/qpid/branches/M2/java/integrationtests/src/main/java/org/apache/qpid/interop/old/
Modified:
    incubator/qpid/branches/M2/java/integrationtests/src/main/java/org/apache/qpid/interop/coordinator/Coordinator.java

Modified: incubator/qpid/branches/M2/java/integrationtests/src/main/java/org/apache/qpid/interop/coordinator/Coordinator.java
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2/java/integrationtests/src/main/java/org/apache/qpid/interop/coordinator/Coordinator.java?view=diff&rev=556968&r1=556967&r2=556968
==============================================================================
--- incubator/qpid/branches/M2/java/integrationtests/src/main/java/org/apache/qpid/interop/coordinator/Coordinator.java (original)
+++ incubator/qpid/branches/M2/java/integrationtests/src/main/java/org/apache/qpid/interop/coordinator/Coordinator.java Tue Jul 17 09:42:00 2007
@@ -60,8 +60,9 @@
  * <tr><td> Terminate the interop testing framework.
  * </table>
  *
- * @todo The test result is ignored, because it only contains the failures for the last test run. Shoud accumulate
- *       failures over all tests, and return with success or fail code based on all results.
+ * @todo Shoud accumulate failures over all tests, and return with success or fail code based on all results. May need
+ *       to write a special TestResult to do this properly. At the moment only the last one used will be tested for
+ *       errors, as the start method creates a fresh one for each test case run.
  *
  * @todo Remove hard coding of test cases and put on command line instead.
  */
@@ -139,7 +140,12 @@
      * <p/><table>
      * <tr><td> -b         <td> The broker URL.   <td> Mandatory.
      * <tr><td> -h         <td> The virtual host. <td> Optional.
-     * <tr><td> name=value <td> Trailing argument define name/value pairs. Added to system properties. <td> Optional.
+     * <tr><td> -o         <td> The directory to output test results to. <td> Optional.
+     * <tr><td> -e         <td> The type of test distribution engine to use. <td> Optional. One of: interop, fanout.
+     * <tr><td> ...        <td> Free arguments. The distributed test cases to run.
+     *                     <td> Mandatory. At least one must be defined.
+     * <tr><td> name=value <td> Trailing argument define name/value pairs. Added to the test contenxt properties.
+     *                     <td> Optional.
      * </table>
      *
      * @param args The command line arguments.