summaryrefslogtreecommitdiff
path: root/sw/qa
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2024-10-16 15:30:34 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2024-10-16 20:50:10 +0200
commita0e31effd0c7231ec0517e01e9aec39cebc361e1 (patch)
treef6e5d92bea9518af30deef5ce7a0b549ecca12ed /sw/qa
parent1d9ce0a67a71e51569cd33c26270eeece587a354 (diff)
SwModelTestBase: remove obsolete comment block
Change-Id: I4b4383c02cddc26e2f96ab4d252e55ac5f0dc3d2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175023 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw/qa')
-rw-r--r--sw/qa/inc/swmodeltestbase.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sw/qa/inc/swmodeltestbase.hxx b/sw/qa/inc/swmodeltestbase.hxx
index 71f9ebf0438c..d9de82274d54 100644
--- a/sw/qa/inc/swmodeltestbase.hxx
+++ b/sw/qa/inc/swmodeltestbase.hxx
@@ -28,18 +28,6 @@
#include <doc.hxx>
-/**
- * Macro to declare a new test (with full round-trip. To test
- * import only use the CPPUNIT_TEST_FIXTURE macro directly).
- * In order to add a new test, one only needs to use this macro
- * and then specify the test content, like this:
- *
- * DECLARE_SW_ROUNDTRIP_TEST(MyTest, "myfilename.docx", Test)
- * {
- * CPPUNIT_ASSERT_EQUAL(blabla);
- * }
- *
- */
#define DECLARE_SW_ROUNDTRIP_TEST(TestName, filename, password, BaseClass) \
class TestName : public BaseClass { \
public:\