summaryrefslogtreecommitdiff
path: root/test/Library_subsequenttest.mk
AgeCommit message (Collapse)AuthorFilesLines
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-22/+4
2013-04-05new module i18nlangtagEike Rathke1-1/+1
Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl1-1/+4
- do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
2013-01-24sc test XSheetOutlineLaurent Godard1-0/+1
Change-Id: Iea0576e61963dbdb72c88fe332c7cfe3e8ab7ff0 Reviewed-on: https://gerrit.libreoffice.org/1794 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-01-17sc test for XSheetAnnotationsLaurent Godard1-0/+1
Change-Id: Ie5ceb7f8d828eb9c1f4c92996ebb02c8a83f4cac Reviewed-on: https://gerrit.libreoffice.org/1738 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-01-17sc test for XSheetAnnotationLaurent Godard1-0/+1
Change-Id: I1fa77c874c6307ff71ea0aeee653acf1305f2646 Reviewed-on: https://gerrit.libreoffice.org/1736 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl1-2/+0
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl1-1/+2
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl1-0/+1
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-09-25move XGoalSeek api test to c++Markus Mohrhard1-0/+1
Change-Id: I689be9776c4d1fe7d931446d62ea8b1fd733de92
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-1/+0
* As UCB is only ever initialized with "Local"/"Office", remove this configuration vector completely. The "create" ctor creates an instance internally initialized with those "Local"/"Office" keys. Special (test) code can still instantiate an uninitialized one via plain createInstance. And for backwards compatilibity process startup still ensures to create an initialized instance early, in case there is still code out there (in extensions) that later calls plain createInstance and expects to get the already-initialized (single) instance. * XInitialization is an "implementation detail" of the UniversalContentBroker service, do not expose in XUniversalContentBroker. * ucbhelper/configurationkeys.hxx is no longer needed and is removed. * ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that requires ucbhelper::Content constructors to take explicit XComponentContext arguments now. * The only remaining code in ucbhelper/source/client/contentbroker.cxx is Android-only InitUCBHelper. Is that relevant still? Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks1-4/+1
2012-05-03Added interface test for text::XText.Kohei Yoshida1-0/+1
Change-Id: I041b29d6e6314560a0f7fb7c0392c9a0f44fc1eb
2012-04-30Started porting the XPropertySet test code.Kohei Yoshida1-0/+1
Not all its tests have been converted. This is work-in-progress. Change-Id: I90a789852e05a214440e4f87011b6de3d3d4d08a
2012-04-26add test for XTextContentMarkus Mohrhard1-0/+1
2012-04-26add test case for xtextfieldMarkus Mohrhard1-0/+1
2012-04-17transferring java XPrintAreas to c++Artur Dorda1-0/+1
2012-04-08gbuild: "use" vs. "add":Michael Stahl1-2/+2
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-03-01add test case for XSpreadsheetDocumentMarkus Mohrhard1-0/+1
2012-02-19add test for XCellRangeReferrerMarkus Mohrhard1-0/+1
2012-02-17add test code for XCellRangeDataMarkus Mohrhard1-0/+1
2012-02-10fdo#39491 more of unnecessary include pathsMatúš Kukan1-5/+0
2012-02-10add test code for XDataPilotTable2Markus Mohrhard1-0/+1
2012-02-02add test for XNameReplaceMarkus Mohrhard1-0/+1
2012-01-30add test case for XReplaceableMarkus Mohrhard1-0/+1
2012-01-25add interface test for util::XSearchableMarkus Mohrhard1-0/+1
2012-01-25add XNamed interface test and add this test to ScDataPilotTableObjMarkus Mohrhard1-0/+1
2012-01-23add new interface tests for some common data structuresMarkus Mohrhard1-0/+2
2012-01-23refactor concept for c++ based subsequenttestsMarkus Mohrhard1-0/+11
2012-01-23add library for c++ based subsequenttestsMarkus Mohrhard1-0/+72
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