summaryrefslogtreecommitdiff
path: root/test/Package_inc.mk
AgeCommit message (Collapse)Author
2012-05-03Added interface test for text::XText.Kohei Yoshida
Change-Id: I041b29d6e6314560a0f7fb7c0392c9a0f44fc1eb
2012-04-30Started porting the XPropertySet test code.Kohei Yoshida
Not all its tests have been converted. This is work-in-progress. Change-Id: I90a789852e05a214440e4f87011b6de3d3d4d08a
2012-04-28we can't move that into a test only libMarkus Mohrhard
Revert "move xshape dumper into test" This reverts commit beccf477581b1f3e85100d43be81ea55d3b3f912.
2012-04-27move xshape dumper into testMarkus Mohrhard
XShapeDumper can now be used by other parts of the code too. Please keep in mind that changing the dumper affects other parts too and might require a regneration of reference files. Change-Id: I540420a8bdf8afd8d43c5ea0bb0d82d7e0ecc44b
2012-04-26add xml diff with toleranceMarkus Mohrhard
# Changes to be committed:
2012-04-26add test for XTextContentMarkus Mohrhard
2012-04-26add test case for xtextfieldMarkus Mohrhard
2012-04-17transferring java XPrintAreas to c++Artur Dorda
2012-03-01add test case for XSpreadsheetDocumentMarkus Mohrhard
2012-02-19add test for XCellRangeReferrerMarkus Mohrhard
2012-02-17add test code for XCellRangeDataMarkus Mohrhard
2012-02-10add test code for XDataPilotTable2Markus Mohrhard
2012-02-02add test for XNameReplaceMarkus Mohrhard
2012-01-30add test case for XReplaceableMarkus Mohrhard
2012-01-25add interface test for util::XSearchableMarkus Mohrhard
2012-01-25add XNamed interface test and add this test to ScDataPilotTableObjMarkus Mohrhard
2012-01-23add new interface tests for some common data structuresMarkus Mohrhard
2012-01-23refactor concept for c++ based subsequenttestsMarkus Mohrhard
2012-01-17gbuildify testCaolán McNamara