diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-01-20 12:33:53 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-01-23 19:46:45 +0100 |
commit | 3fcde5e3f9e0921effd9ffd6c26246647f108ce3 (patch) | |
tree | eca718f73206dd6264c7691518d286c3a507b84c /sc | |
parent | a0093404ffbca79655a52019d6bf66b976964fe9 (diff) |
add library for c++ based subsequenttests
use this library for interface tests and implement the test in the
correct module by creating one test class per implementation class
The implementation class should inherit from all interface tests it
needs
This should make it more easy to write tests since we no longer need to
write the same test method multiple times
Diffstat (limited to 'sc')
-rw-r--r-- | sc/CppunitTest_sc_cellrangesbase.mk | 1 | ||||
-rw-r--r-- | sc/CppunitTest_sc_datapilotdescriptorbase.mk | 1 | ||||
-rw-r--r-- | sc/CppunitTest_sc_datapilotfieldobj.mk | 1 | ||||
-rw-r--r-- | sc/CppunitTest_sc_namedrangeobj.mk | 1 | ||||
-rw-r--r-- | sc/CppunitTest_sc_spreadsheetobj.mk | 1 | ||||
-rw-r--r-- | sc/CppunitTest_sc_tableautoformatfield.mk | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/sc/CppunitTest_sc_cellrangesbase.mk b/sc/CppunitTest_sc_cellrangesbase.mk index 3dff64379578..12c96a866561 100644 --- a/sc/CppunitTest_sc_cellrangesbase.mk +++ b/sc/CppunitTest_sc_cellrangesbase.mk @@ -63,6 +63,7 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sc_cellrangesbase, \ test \ tl \ tk \ + subsequenttest \ ucbhelper \ unotest \ utl \ diff --git a/sc/CppunitTest_sc_datapilotdescriptorbase.mk b/sc/CppunitTest_sc_datapilotdescriptorbase.mk index 16e5cd906136..31a49b80a8f7 100644 --- a/sc/CppunitTest_sc_datapilotdescriptorbase.mk +++ b/sc/CppunitTest_sc_datapilotdescriptorbase.mk @@ -63,6 +63,7 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sc_datapilotdescriptorbase, \ test \ tl \ tk \ + subsequenttest \ ucbhelper \ unotest \ utl \ diff --git a/sc/CppunitTest_sc_datapilotfieldobj.mk b/sc/CppunitTest_sc_datapilotfieldobj.mk index 8039eccb26bb..5898d3d57ef9 100644 --- a/sc/CppunitTest_sc_datapilotfieldobj.mk +++ b/sc/CppunitTest_sc_datapilotfieldobj.mk @@ -63,6 +63,7 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sc_datapilotfieldobj, \ test \ tl \ tk \ + subsequenttest \ ucbhelper \ unotest \ utl \ diff --git a/sc/CppunitTest_sc_namedrangeobj.mk b/sc/CppunitTest_sc_namedrangeobj.mk index ee96b029f26e..bd2d7d9662b1 100644 --- a/sc/CppunitTest_sc_namedrangeobj.mk +++ b/sc/CppunitTest_sc_namedrangeobj.mk @@ -63,6 +63,7 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sc_namedrangeobj, \ test \ tl \ tk \ + subsequenttest \ ucbhelper \ unotest \ utl \ diff --git a/sc/CppunitTest_sc_spreadsheetobj.mk b/sc/CppunitTest_sc_spreadsheetobj.mk index 62d32721d40e..29779bd952bf 100644 --- a/sc/CppunitTest_sc_spreadsheetobj.mk +++ b/sc/CppunitTest_sc_spreadsheetobj.mk @@ -55,6 +55,7 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sc_spreadsheetobj, \ sc \ sfx \ sot \ + subsequenttest \ svl \ svt \ svx \ diff --git a/sc/CppunitTest_sc_tableautoformatfield.mk b/sc/CppunitTest_sc_tableautoformatfield.mk index b8f1838df023..a002d67e907f 100644 --- a/sc/CppunitTest_sc_tableautoformatfield.mk +++ b/sc/CppunitTest_sc_tableautoformatfield.mk @@ -55,6 +55,7 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sc_tableautoformatfield, \ sc \ sfx \ sot \ + subsequenttest \ svl \ svt \ svx \ |