diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2007-10-29 22:23:33 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2007-10-29 22:23:33 +0000 |
| commit | 4cf74e8632e3492badb745673cb7557264f9d434 (patch) | |
| tree | 66387e94f2d37cea6cc210c4d7cf3b56882df3fb /qpid/python/tests_0-10/example.py | |
| parent | b29d9eea42c217b457bb298bad390415ecf5eeff (diff) | |
| download | qpid-python-4cf74e8632e3492badb745673cb7557264f9d434.tar.gz | |
applied patch from tross posted in QPID-666
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@589889 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/tests_0-10/example.py')
| -rw-r--r-- | qpid/python/tests_0-10/example.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/python/tests_0-10/example.py b/qpid/python/tests_0-10/example.py index 9dbe73e3cb..da5ee2441f 100644 --- a/qpid/python/tests_0-10/example.py +++ b/qpid/python/tests_0-10/example.py @@ -22,8 +22,8 @@ from qpid.testlib import testrunner, TestBase class ExampleTest (TestBase): """ - An example Qpid test, illustrating the unittest frameowkr and the - python Qpid client. The test class must inherit TestCase. The + An example Qpid test, illustrating the unittest framework and the + python Qpid client. The test class must inherit TestBase. The test code uses the Qpid client to interact with a qpid broker and verify it behaves as expected. """ |
