summaryrefslogtreecommitdiff
path: root/test/inc
AgeCommit message (Collapse)Author
2012-05-12Explicitly export nested struct (needed on Mac OS X)Stephan Bergmann
Change-Id: I59b385ce27640845413247d2e117b787f9d8b339
2012-05-04Let's just combine the two tests, since one requires the other.Kohei Yoshida
Change-Id: I I4c02aa1d459f7d5c2a1d9c38255aae3c3043dda6
2012-05-03Added interface test for text::XText.Kohei Yoshida
Change-Id: I041b29d6e6314560a0f7fb7c0392c9a0f44fc1eb
2012-05-01rework callcatcher makefile to build subsequentcheck testsCaolán McNamara
Change-Id: Idda0262e62e42817b8c0502a38ee16913495233c
2012-04-30More descriptive method name.Kohei Yoshida
Change-Id: I7f0d68ee59e7a36254267d652de398cc371c7f8c
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-29WaE: tolerance.elementName & tolerance.attribName may be used uninitializedDavid Ostrovsky
Change-Id: I0145b6fd7bf87a634588633d95650f9062f2485e
2012-04-28Initial skeleton for API test on ScEditFieldObj.Kohei Yoshida
ScEditFieldObj was formerly ScCellFieldObj and ScHeaderFieldObj merged into one. Change-Id: I600188d7ee22bb7c7c18735f570460ce50083c6a
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-27add tolerance to chart regression testMarkus Mohrhard
Change-Id: I5e7694571815df48e54488a33435bb7d022e6889
2012-04-27use the new xml diff in chart regression testMarkus Mohrhard
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-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
...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.
2012-03-01add test case for XSpreadsheetDocumentMarkus Mohrhard
2012-03-01WaE: C4265: class has virtual functions, but destructor is not virtualCaolán McNamara
2012-02-21WaE: add virtual dtorCaolán McNamara
2012-02-19add testRefresh to XDatabaseRangeMarkus Mohrhard
XDatabase range test case is now finished
2012-02-19complete the XDataPilotTable2 testsMarkus Mohrhard
2012-02-19add test for XCellRangeReferrerMarkus Mohrhard
2012-02-17add test code for XCellRangeDataMarkus Mohrhard
2012-02-16add two more test cases to XDatabaseRangeMarkus Mohrhard
2012-02-13WaE: class has virtual functions, but destructor is not virtualTor Lillqvist
2012-02-10add XDataPilotTable2 test to ScDatPilotTableObjMarkus Mohrhard
2012-02-10add test code for XDataPilotTable2Markus Mohrhard
2012-02-02add test for XNameReplaceMarkus Mohrhard
2012-01-31WaE: add virtual dtorsCaolán McNamara
2012-01-31Move definition of static data member to .cxxStephan Bergmann
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
2011-11-30port a failing sc subsequenttest to c++Markus Mohrhard
potential improvements: only load the file once and use fods instead of ods
2011-10-15split bootstrapfixture and move test-filters class for sot testCaolán McNamara
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
2011-10-05test fix: use setUp and tearDown not constructors to init LibreOfficeMichael Meeks
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.
2011-10-01spit out timing infoCaolán McNamara
2011-09-30silence tedious malware checkers, arcfour, key 0x435645Caolán McNamara
2011-09-30new filesCaolán McNamara
2011-09-30merge filters-test codeCaolán McNamara
2011-09-28Rename and re-factor test and unotest to compile and run againMichael Meeks
2011-09-28split 'test' into 'unotest' and 'test' to help dependenciesMichael Meeks
2011-09-28add new bootstrapfixture to share and simplify unit test codeMichael Meeks
2011-09-26In smoketest.cxx, also wait for connection_ going stale while waiting for ↵Stephan Bergmann
result.condition.
2011-06-30add mode-linesCaolán McNamara
2011-03-11Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks
Conflicts: smoketestoo_native/data/Global.xml smoketestoo_native/data/OptionsDlg.xml smoketestoo_native/data/Test_10er.xml smoketestoo_native/data/content.xml smoketestoo_native/smoketest.cxx test/source/cpp/getargument.cxx test/source/cpp/officeconnection.cxx testautomation/framework/optional/includes/basic_vba-compat_security_check.inc testautomation/framework/optional/includes/filedlg_cjk_folders.inc testautomation/global/sid/all.sid testautomation/global/sid/bars.sid testautomation/global/sid/e_all.sid testautomation/global/win/bars.win testautomation/graphics/optional/includes/impress/i_slideshow2.inc testautomation/graphics/optional/includes/impress/i_slideshow3.inc testtools/source/bridgetest/bridgetest.cxx testtools/source/bridgetest/constructors.cxx testtools/source/bridgetest/makefile.mk testtools/source/bridgetest/testComponent.component
2010-10-27add modelines to .hxx files as wellCaolán McNamara
Notes: split repo tag: testing_LIBREOFFICE_3_3_FREEZE