diff options
| author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-06-13 09:56:37 +0200 |
|---|---|---|
| committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-06-13 09:56:37 +0200 |
| commit | 42e99e0881b9fc67f31c80e60fa7c04ad3e6d2a5 (patch) | |
| tree | 7559c630417ccc88bd24ef405372fbc74a25dede /include/cppunit/extensions | |
| parent | 7e306f41b0b1930e3cb20c533ccd665a71e73c7e (diff) | |
| download | cppunit-42e99e0881b9fc67f31c80e60fa7c04ad3e6d2a5.tar.gz | |
correct documentation, sf#2185407
Diffstat (limited to 'include/cppunit/extensions')
| -rw-r--r-- | include/cppunit/extensions/TestDecorator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppunit/extensions/TestDecorator.h b/include/cppunit/extensions/TestDecorator.h index 59d9a30..1c63b63 100644 --- a/include/cppunit/extensions/TestDecorator.h +++ b/include/cppunit/extensions/TestDecorator.h @@ -16,7 +16,7 @@ class TestResult; * of a test class without subclassing the test. Instead, one can * subclass the decorater and use it to wrap the test class. * - * Does not assume ownership of the test it decorates + * Assumes ownership of the test it decorates */ class CPPUNIT_API TestDecorator : public Test { |
