summaryrefslogtreecommitdiff
path: root/test/Library_subsequenttest.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2019-03-16 15:21:43 +0100
committerBjörn Michaelsen <bjoern.michaelsen@libreoffice.org>2019-03-19 08:38:34 +0100
commit3428ca9c3b98c275bbcd852e733aa42eef89bdd2 (patch)
tree5fc4d2e8c8705a6556094623a945032b24edaf19 /test/Library_subsequenttest.mk
parent09b9499de17991bbd6b808c0c7923fda6e616e79 (diff)
name apitest suites consistently while we still can
- writer test apitest suites are now called like the UNO implementation they are testing - also mark them final for good measure - move tests to module test and try to match its conventions * BaseIndex * TextDocumentIndex * TextDocumentSettings * TextPrinterSettings * TextSettings * XDocumentIndex - also remove anonymous namespace in header, as that is a bad idea - also remove now obsolete ApiBaseTest - also remove dead code in TextPrinterSettings - remove writer xtextcontent test as it duplicates the impl in module test Change-Id: I71aa5f3755d5c90726f4ff4394117fa2391495d7 Reviewed-on: https://gerrit.libreoffice.org/69374 Tested-by: Jenkins Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'test/Library_subsequenttest.mk')
-rw-r--r--test/Library_subsequenttest.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Library_subsequenttest.mk b/test/Library_subsequenttest.mk
index a1ea3349978f..7fca94314977 100644
--- a/test/Library_subsequenttest.mk
+++ b/test/Library_subsequenttest.mk
@@ -169,11 +169,17 @@ $(eval $(call gb_Library_add_exception_objects,subsequenttest,\
test/source/table/xtablechartssupplier \
test/source/table/xtablecolumns \
test/source/table/xtablerows \
+ test/source/text/baseindex \
test/source/text/xsimpletext \
test/source/text/xtext \
test/source/text/xtextcontent \
test/source/text/xtextfield \
test/source/text/xtextrange \
+ test/source/text/xdocumentindex \
+ test/source/text/textdocumentsettings \
+ test/source/text/textprintersettings \
+ test/source/text/textsettings \
+ test/source/text/textdocumentindex \
test/source/util/xindent \
test/source/util/xmergeable \
test/source/util/xrefreshable \