summaryrefslogtreecommitdiffstats
path: root/test/inc
Commit message (Collapse)AuthorAgeFilesLines
* test: move XMLDiff implementation details to cxx fileMichael Stahl2012-07-131-67/+3
| | | | | | This makes it unnecessary to link clients against libxml2. Change-Id: Ifd295623c01bdc6f579afbf81d5b609a2b29f4bf
* targetted re-work of cppunit pieces.Michael Meeks2012-06-271-1/+0
|
* re-base on ALv2 code. Includes:Michael Meeks2012-06-221-26/+17
| | | | | | Use ksc5601.h header from XFree86 Project Inc. Patch contributed by Oliver-Rainer Wittmann with minor changes from Pedro Giffuni http://svn.apache.org/viewvc?view=revision&revision=1179296
* Explicitly export nested struct (needed on Mac OS X)Stephan Bergmann2012-05-121-1/+1
| | | | Change-Id: I59b385ce27640845413247d2e117b787f9d8b339
* Let's just combine the two tests, since one requires the other.Kohei Yoshida2012-05-041-2/+1
| | | | Change-Id: I I4c02aa1d459f7d5c2a1d9c38255aae3c3043dda6
* Added interface test for text::XText.Kohei Yoshida2012-05-031-0/+56
| | | | Change-Id: I041b29d6e6314560a0f7fb7c0392c9a0f44fc1eb
* rework callcatcher makefile to build subsequentcheck testsCaolán McNamara2012-05-011-2/+0
| | | | Change-Id: Idda0262e62e42817b8c0502a38ee16913495233c
* More descriptive method name.Kohei Yoshida2012-04-301-1/+1
| | | | Change-Id: I7f0d68ee59e7a36254267d652de398cc371c7f8c
* Started porting the XPropertySet test code.Kohei Yoshida2012-04-301-0/+86
| | | | | | Not all its tests have been converted. This is work-in-progress. Change-Id: I90a789852e05a214440e4f87011b6de3d3d4d08a
* WaE: tolerance.elementName & tolerance.attribName may be used uninitializedDavid Ostrovsky2012-04-291-1/+5
| | | | Change-Id: I0145b6fd7bf87a634588633d95650f9062f2485e
* Initial skeleton for API test on ScEditFieldObj.Kohei Yoshida2012-04-282-2/+6
| | | | | | | ScEditFieldObj was formerly ScCellFieldObj and ScHeaderFieldObj merged into one. Change-Id: I600188d7ee22bb7c7c18735f570460ce50083c6a
* we can't move that into a test only libMarkus Mohrhard2012-04-281-57/+0
| | | | | | Revert "move xshape dumper into test" This reverts commit beccf477581b1f3e85100d43be81ea55d3b3f912.
* move xshape dumper into testMarkus Mohrhard2012-04-271-0/+57
| | | | | | | | 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
* add tolerance to chart regression testMarkus Mohrhard2012-04-271-1/+1
| | | | Change-Id: I5e7694571815df48e54488a33435bb7d022e6889
* use the new xml diff in chart regression testMarkus Mohrhard2012-04-271-1/+5
|
* add xml diff with toleranceMarkus Mohrhard2012-04-261-0/+93
| | | | # Changes to be committed:
* add test for XTextContentMarkus Mohrhard2012-04-261-0/+55
|
* add test case for xtextfieldMarkus Mohrhard2012-04-261-0/+48
|
* transferring java XPrintAreas to c++Artur Dorda2012-04-171-0/+59
|
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-1412-0/+35
| | | | | | | | | | | | | | ...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
* add test case for XSpreadsheetDocumentMarkus Mohrhard2012-03-011-0/+50
|
* WaE: C4265: class has virtual functions, but destructor is not virtualCaolán McNamara2012-03-013-0/+4
|
* WaE: add virtual dtorCaolán McNamara2012-02-211-0/+1
|
* add testRefresh to XDatabaseRangeMarkus Mohrhard2012-02-191-0/+1
| | | | XDatabase range test case is now finished
* complete the XDataPilotTable2 testsMarkus Mohrhard2012-02-191-1/+6
|
* add test for XCellRangeReferrerMarkus Mohrhard2012-02-191-0/+52
|
* add test code for XCellRangeDataMarkus Mohrhard2012-02-171-0/+48
|
* add two more test cases to XDatabaseRangeMarkus Mohrhard2012-02-161-0/+2
|
* WaE: class has virtual functions, but destructor is not virtualTor Lillqvist2012-02-133-0/+6
|
* add XDataPilotTable2 test to ScDatPilotTableObjMarkus Mohrhard2012-02-101-1/+3
|
* add test code for XDataPilotTable2Markus Mohrhard2012-02-101-0/+68
|
* add test for XNameReplaceMarkus Mohrhard2012-02-021-0/+56
|
* WaE: add virtual dtorsCaolán McNamara2012-01-312-0/+2
|
* Move definition of static data member to .cxxStephan Bergmann2012-01-311-2/+0
|
* add test case for XReplaceableMarkus Mohrhard2012-01-301-0/+54
|
* add interface test for util::XSearchableMarkus Mohrhard2012-01-251-0/+55
|
* add XNamed interface test and add this test to ScDataPilotTableObjMarkus Mohrhard2012-01-251-0/+53
|
* add new interface tests for some common data structuresMarkus Mohrhard2012-01-232-0/+105
|
* refactor concept for c++ based subsequenttestsMarkus Mohrhard2012-01-2313-8/+684
|
* port a failing sc subsequenttest to c++Markus Mohrhard2011-11-301-0/+64
| | | | | potential improvements: only load the file once and use fods instead of ods
* split bootstrapfixture and move test-filters class for sot testCaolán McNamara2011-10-152-100/+2
| | | | | | | sot is below vcl, but is a filters test, we can split bootstrapfixture into a vcl needing bit and and non-vcl bit and filters test api can be standalone and combined with whichever bit in order to form pre and post vcl filters test
* test fix: use setUp and tearDown not constructors to init LibreOfficeMichael Meeks2011-10-052-3/+8
| | | | | | It turns out the constructors are all run back-to-back one per filter, and we need to init and de-init in a sensible order to make multiple tests that otherwise share the ContentBroker work properly.
* spit out timing infoCaolán McNamara2011-10-011-2/+1
|
* silence tedious malware checkers, arcfour, key 0x435645Caolán McNamara2011-09-301-1/+7
|
* new filesCaolán McNamara2011-09-301-0/+78
|
* merge filters-test codeCaolán McNamara2011-09-301-1/+3
|
* Rename and re-factor test and unotest to compile and run againMichael Meeks2011-09-287-266/+1
|
* split 'test' into 'unotest' and 'test' to help dependenciesMichael Meeks2011-09-283-100/+0
|
* add new bootstrapfixture to share and simplify unit test codeMichael Meeks2011-09-281-0/+80
|
* In smoketest.cxx, also wait for connection_ going stale while waiting for ↵Stephan Bergmann2011-09-261-0/+3
| | | | result.condition.