Author: cctrieloff
Date: Thu May 15 19:12:28 2008
New Revision: 656926
URL: http://svn.apache.org/viewvc?rev=656926&view=rev
Log:
QPID-1017 by Senaka Fernando -- with a few small edits
Modified:
incubator/qpid/trunk/qpid/python/README.txt
Modified: incubator/qpid/trunk/qpid/python/README.txt
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/python/README.txt?rev=656926&r1=656925&r2=656926&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/python/README.txt (original)
+++ incubator/qpid/trunk/qpid/python/README.txt Thu May 15 19:12:28 2008
@@ -7,9 +7,9 @@
* Run a broker on the default port
- * ./run_tests
+ * ./run-tests
-For additional options: ./run_tests --help
+For additional options: ./run-tests --help
== Expected failures ==
@@ -18,7 +18,15 @@
functionality is missing in the broker. To skip expected failures
in the C++ or Java brokers:
- ./run_tests -I cpp_failing.txt
- ./run_tests -I java_failing.txt
+ ./run-tests -I <file_name>
+
+=== File List ===
+
+1. cpp_failing_0-10.txt
+2. cpp_failing_0-9.txt
+3. cpp_failing_0-8.txt
+4. java_failing_0-9.txt
+5. java_failing_0-8.txt
+6. cpp_failing_0-10_preview.txt -- will be depricated soon.
If you fix a failure, please remove it from the corresponding list.