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 | 3667cdd020d46af9c47c1c37998fbed7adae2248 (patch) | |
| tree | ef1dea76faf22972170069d9e9acb55ff1e82390 /python/tests_0-10 | |
| parent | da6e2b9f62966ef7d0cb69f58ffe1365af98d676 (diff) | |
| download | qpid-python-3667cdd020d46af9c47c1c37998fbed7adae2248.tar.gz | |
applied patch from tross posted in QPID-666
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@589889 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/tests_0-10')
| -rw-r--r-- | python/tests_0-10/example.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/tests_0-10/example.py b/python/tests_0-10/example.py index 9dbe73e3cb..da5ee2441f 100644 --- a/python/tests_0-10/example.py +++ b/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. """ |
