summaryrefslogtreecommitdiff
path: root/writerfilter/qa
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2013-05-02 09:24:18 +0200
committerMiklos Vajna <vmiklos@suse.cz>2013-05-02 09:26:23 +0200
commit576187250222eae50ce057698b364f91dc926c7f (patch)
treeb75d2cd5ef5eb5afd982768d94b3bc9d6f712629 /writerfilter/qa
parent5fc1ba6e6bf22effe4391e22fe94a2ec0fc10100 (diff)
writerfilter: few more doxygen comments
Change-Id: I4893e2b3297adadf4e19ab22b298aaef4044b52e
Diffstat (limited to 'writerfilter/qa')
-rw-r--r--writerfilter/qa/cppunittests/rtftok/testrtftok.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/writerfilter/qa/cppunittests/rtftok/testrtftok.cxx b/writerfilter/qa/cppunittests/rtftok/testrtftok.cxx
index 9a386d175bde..3342f121f998 100644
--- a/writerfilter/qa/cppunittests/rtftok/testrtftok.cxx
+++ b/writerfilter/qa/cppunittests/rtftok/testrtftok.cxx
@@ -18,6 +18,13 @@
using namespace ::com::sun::star;
+/**
+ * Unit test invoking the Writer RTF import filter.
+ *
+ * This does only minimal testing, checking if the filter crashes and returns
+ * the expected bool value for given inputs. More fine-grained tests can be
+ * found under sw/qa/extras/rtfimport/.
+ */
class RtfTest
: public test::FiltersTest
, public test::BootstrapFixture