summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* we really don't need lang-conversion hereEike Rathke2012-11-171-6/+2
| | | | Change-Id: I1f72ca29b2f5b286bfae906dc3ee16581a2b1c36
* cleanup README files.Michael Meeks2012-11-051-6/+4
| | | | | Convert DOS -> unix newlines. Cleanup and clarify several files.
* add a README filesAlia Almusaireae2012-11-051-0/+6
| | | | | | | Change-Id: I4bd9a7d00df220e2a3deae3cc1b7b0f4a1098e24 Reviewed-on: https://gerrit.libreoffice.org/989 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
* Fix copy&paste in testMarcos Paulo de Souza2012-11-041-7/+7
| | | | | | | | | Also, change CPPUNIT_ASSERT_MESSAGE to CPPUNIT_ASSERT_EuAL_MESSAGE_EQUAL, as suggested by Markus Mohrhard. Change-Id: I1333e125dafaa98dafc493bd25eb20f0b09c792e Suggested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Signeg-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
* Get rid of vcl::unohelper::GetMultiServiceFactoryStephan Bergmann2012-10-311-1/+1
| | | | | | | | | | | | | ...which effectively is just a glorious wrapper around comphelper::getProcessServiceFactory. In turn gets also rid of ImplSVAppData's mxMSF and mpMSFTempFileName and the rSMgr parameter to InitVCL. All the VCL users "soffice", "spadmin", and "unopkg gui" appear to still work fine. Change-Id: I797d48f7d0d8c35bb82124c9ab0ee63850c4d863
* String->OUString in tools::ErrorContextNoel Grandin2012-10-091-1/+1
| | | | | | | Change-Id: Ibd0cd3e8d7281b5abde420df5cc1d51e9354069c Reviewed-on: https://gerrit.libreoffice.org/769 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-282-4/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-282-2/+4
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-282-0/+2
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* move XGoalSeek api test to c++Markus Mohrhard2012-09-254-0/+69
| | | | Change-Id: I689be9776c4d1fe7d931446d62ea8b1fd733de92
* deprecate oustringostreaminserter.hxxNorbert Thiebaud2012-09-188-8/+8
| | | | | | | | | | | | | | | | | | | the intent of this header has canged over time. now it is already systematically included with ustring.hxx and the operator overload it provide fit nicely there... Just to be safe, since that include as been added to the api during the 3.5 timeframe and therefore is already in 'production' the header remain and simply attempt to include ustring.hxx but a warning is issued indicating that this header should not be used anymore... in a couple of major release we will thenr emove it completely All internal users of that header are converted. Change-Id: I8934c55f089e29d78c0f5649b7c87b2ecf024bad Reviewed-on: https://gerrit.libreoffice.org/634 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* Improvement on previous commit, UCB clean upStephan Bergmann2012-09-143-19/+15
| | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Related fdo#51252: No more prereg, no more unopkg syncStephan Bergmann2012-08-101-1/+0
| | | | | | | | | | | | Now that 5c47e5f63a79a9e72ec4a100786b1bbf65137ed4 "fdo#51252 Disable copying share/prereg/bundled to avoid startup crashes" removed the use of share/prereg, there is no longer need to generate it in the first place (by calling "unopkg sync" at build or installation time), and so no need for the "unopkg sync" sub- command, either. This also allows to simplify some of the jvmfwk code that was only there so that "unopkg sync" (which can require a JVM) can work in "hostile" environments (during build and installation). Change-Id: I52657384f4561bf27948ba4f0f88f4498e90987f
* test: string cleanup in BootstrapFixtureMiklos Vajna2012-08-021-11/+10
| | | | Change-Id: I468c295713fc34b64403a1c31f802820e6608b07
* test::BootstrapFixture: make GraphicConverter workMiklos Vajna2012-08-013-0/+13
| | | | Change-Id: I566448db441eaa324cf619630a2e87cb8cbaeb99
* test: move XMLDiff implementation details to cxx fileMichael Stahl2012-07-132-68/+86
| | | | | | This makes it unnecessary to link clients against libxml2. Change-Id: Ifd295623c01bdc6f579afbf81d5b609a2b29f4bf
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-022-8/+2
|
* 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
* WaE: make test msvc2008 warnings freeCaolán McNamara2012-05-181-3/+3
| | | | Change-Id: Ieccb0e425cb505bec3735539ebdf154529fde330
* Explicitly export nested struct (needed on Mac OS X)Stephan Bergmann2012-05-121-1/+1
| | | | Change-Id: I59b385ce27640845413247d2e117b787f9d8b339
* Property writable test for util::DateTime & fixed a copy/paste error.Kohei Yoshida2012-05-081-1/+9
| | | | Change-Id: Iabfbe3f4df2c73ad9325bdc60e4ad71a5d1fda15
* Let's just combine the two tests, since one requires the other.Kohei Yoshida2012-05-042-9/+2
| | | | Change-Id: I I4c02aa1d459f7d5c2a1d9c38255aae3c3043dda6
* Added interface test for text::XText.Kohei Yoshida2012-05-034-0/+112
| | | | Change-Id: I041b29d6e6314560a0f7fb7c0392c9a0f44fc1eb
* rework callcatcher makefile to build subsequentcheck testsCaolán McNamara2012-05-012-19/+0
| | | | Change-Id: Idda0262e62e42817b8c0502a38ee16913495233c
* Implemented test for XPropertySet::setPropertyValue().Kohei Yoshida2012-04-301-14/+53
| | | | | | Also cover all UNO primitive types in isPropertyValueChangeable(). Change-Id: I21a1809ed2a6b58f68ef82252f513991e0f012af
* More descriptive method name.Kohei Yoshida2012-04-302-3/+4
| | | | Change-Id: I7f0d68ee59e7a36254267d652de398cc371c7f8c
* Started porting the XPropertySet test code.Kohei Yoshida2012-04-304-0/+299
| | | | | | Not all its tests have been converted. This is work-in-progress. Change-Id: I90a789852e05a214440e4f87011b6de3d3d4d08a
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* WaE: tolerance.elementName & tolerance.attribName may be used uninitializedDavid Ostrovsky2012-04-291-1/+5
| | | | Change-Id: I0145b6fd7bf87a634588633d95650f9062f2485e
* Do the test for real. XTextField and XTextContent.Kohei Yoshida2012-04-281-1/+0
| | | | Change-Id: I303562873fab5d41614f092966e47ff296c12610
* 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-284-208/+0
| | | | | | Revert "move xshape dumper into test" This reverts commit beccf477581b1f3e85100d43be81ea55d3b3f912.
* move xshape dumper into testMarkus Mohrhard2012-04-274-0/+208
| | | | | | | | 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-272-3/+9
| | | | Change-Id: I5e7694571815df48e54488a33435bb7d022e6889
* use the correct macroMarkus Mohrhard2012-04-271-1/+1
| | | | | | don't push at 3a.m. Change-Id: Ia50253fe136bab3ebef7a71ba5dbf87e752c2e1a
* improve assert messagesMarkus Mohrhard2012-04-271-7/+17
|
* use the new xml diff in chart regression testMarkus Mohrhard2012-04-272-1/+11
|
* std::isnan is c++11; use rtl::math::isNan for nowMarkus Mohrhard2012-04-261-1/+2
|
* add readme for xmldiffMarkus Mohrhard2012-04-261-0/+5
|
* add xml diff with toleranceMarkus Mohrhard2012-04-264-0/+386
| | | | # Changes to be committed:
* add test for XTextContentMarkus Mohrhard2012-04-264-0/+135
|
* add test case for xtextfieldMarkus Mohrhard2012-04-264-0/+100
|
* fix true->sal_False introduced in 6a018deLuboš Luňák2012-04-231-1/+1
|
* Revert "it seems tests runtime-depend on ucpchelp1 too"Luboš Luňák2012-04-231-1/+0
| | | | | It did not help with the race condition at all. This reverts commit 1b62ccdcb5a44effe4f6f9de105d96fbbd18102d.
* it seems tests runtime-depend on ucpchelp1 tooLuboš Luňák2012-04-201-0/+1
| | | | | CppunitTest_sc_databaserangeobj can fail with 'UcbContentProviderProxy::getContentProvider - No provider for ´com.sun.star.help.XMLHelp.'
* WaE: MSVC2008 C2220 unsafe mix of types in operationCaolán McNamara2012-04-201-12/+12
|
* transferring java XPrintAreas to c++Artur Dorda2012-04-174-0/+122
|
* setup/teardown default component context once before/after all testsCaolán McNamara2012-04-131-6/+7
| | | | | | | | | | | | | avoids the problems of dangling uno singletons invalidated after the first dispose and the chain of other singletons that don't expect to need to re-initialize, etc. reenable editeng cppunit test inherit i18npool cppunit test from unotest base drop LibreOfficeProtector, do "throwable" work in setUp/tearDown not in ctors/dtors
* partially revert the editeng singleton stuff to get build to completeCaolán McNamara2012-04-122-3/+0
|