diff options
author | Rafael H. Schloming <rhs@apache.org> | 2008-12-09 22:00:23 +0000 |
---|---|---|
committer | Rafael H. Schloming <rhs@apache.org> | 2008-12-09 22:00:23 +0000 |
commit | 49abcbb5c4b9fdba6bb359575f760ed075b73d29 (patch) | |
tree | fe6ea50977d986522f06127e71443b1c7e358f05 | |
parent | 9a841e70f1c69d1a009cdf489fda36e29e7cdbeb (diff) | |
download | qpid-python-49abcbb5c4b9fdba6bb359575f760ed075b73d29.tar.gz |
applied patch from jross to fix some typos
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@724909 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | qpid/python/README.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/python/README.txt b/qpid/python/README.txt index ba3cbfea92..bae9f6ab0b 100644 --- a/qpid/python/README.txt +++ b/qpid/python/README.txt @@ -41,13 +41,13 @@ See the run-tests usage for for additional options: == Expected failures == -Certain tests are expected to fail to do incomplete functionality or +Certain tests are expected to fail due to incomplete functionality or unresolved interop issues. To skip expected failures for the C++ or Java brokers: - ./run-tests -I <file_name> + ./run-tests -I <file-name> -Where <file_name> is one of the following files: +Where <file-name> is one of the following files: * cpp_failing_0-10.txt * cpp_failing_0-9.txt |