diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2014-09-23 10:00:13 +0200 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2014-10-01 10:32:42 +0200 |
commit | d10f6d49b77dcf955629901937d8d5e3a2976a6c (patch) | |
tree | 0946080bb6dcb4c537424bfd39c58ded2edd549c /sw/Module_sw.mk | |
parent | 5187ce45b93e5e841e541eac98da3fa2110fe632 (diff) |
MM: first unit test and infrastructure
Extendes SwModelTestBase with mail merge functions and a declaration
of the DECLARE_MAILMERGE_TEST macro and uses it in a first test.
As most tests it's registered as a slow test run by 'make check'.
The broken MM used to drop the leading empty pages, which resulted
in a document with 4 pages and the two page bound draws merged
per single page.
Tests the MM result for page count (eight) and each draw anchor to
be on a different page.
Change-Id: Iab17f5844e68221d48cb89863323bcfe4c8ae0d2
Diffstat (limited to 'sw/Module_sw.mk')
-rw-r--r-- | sw/Module_sw.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk index 3a3d75b6b17c..ba58d73bba52 100644 --- a/sw/Module_sw.mk +++ b/sw/Module_sw.mk @@ -71,6 +71,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\ CppunitTest_sw_odfexport \ CppunitTest_sw_odfimport \ CppunitTest_sw_uiwriter \ + CppunitTest_sw_mailmerge \ )) ifneq ($(DISABLE_CVE_TESTS),TRUE) |