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 | 3a6c4abc4cb3fb9c8c6d7982b7c9c90fd3359228 (patch) | |
| tree | db0cd0ee3ea07fb1dd588a9bf648ce64c45573c0 /python | |
| parent | d4dc240d771dafda758761612567b96ac6b5bae7 (diff) | |
| download | qpid-python-3a6c4abc4cb3fb9c8c6d7982b7c9c90fd3359228.tar.gz | |
applied patch from jross to fix some typos
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@724909 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python')
| -rw-r--r-- | python/README.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/README.txt b/python/README.txt index ba3cbfea92..bae9f6ab0b 100644 --- a/python/README.txt +++ b/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 |
