summaryrefslogtreecommitdiff
path: root/sc/qa
AgeCommit message (Collapse)Author
2011-11-02add test cases for fdo#40967Markus Mohrhard
2011-11-01add tests related to fdo#41807Markus Mohrhard
2011-11-01New unit test to test AND and OR evaluations of matrix objects.Kohei Yoshida
This is in response to fdo#40967.
2011-11-01Unit test for testing cell functions referencing external ranges.Kohei Yoshida
2011-11-01Re-enabling the macros test.Kohei Yoshida
It was due to those pesky .~lock* files preventing the test files from being loaded. Maybe this is also what's breaking the mac os build!?
2011-10-28Sorry, these tests fail for me on Linux. :-(Kohei Yoshida
2011-10-28re-enable vba.xls, tweak TestAddress.xls (move tests back to normal module)Noel Power
2011-10-28we can now enable the range name test for xlsx tooMarkus Mohrhard
2011-10-27attempt to disable macro_test tests for macosxNoel Power
2011-10-26more tweaks to unittests, also move registrymodifications.xcuNoel Power
registrymodifications.xcu has been moved to the solver ( unittest/user/data ) new OOO_CONFIG_REGISTRY_EXTRA_DIR env var will be used to specify the directory 'data' will be contained in so we can override various config items.
2011-10-25more support for basic/vba unit testsNoel Power
add moggis work and some tweaks from me too
2011-10-24 clean up macros-testMarkus Mohrhard
2011-10-24New unit test case for unwanted date detection on pivot table labels.Kohei Yoshida
2011-10-24macros-test.cxx: fix syntax errorMichael Stahl
2011-10-24macros-test.cxx: unused variable pDocMichael Stahl
2011-10-24make vba.xls return 'OK' on success, adjust macros-test.cxx to test for 'OK'Noel Power
2011-10-24more substantial vba test ( testing various range addression )Noel Power
2011-10-20add more debug output to see why windows has problems with sc's filters-testMarkus Mohrhard
2011-10-20extract helper methods for debuging calc testsMarkus Mohrhard
2011-10-20improve unit test for UpdateReferenceMarkus Mohrhard
check InsertTabs/InsertTab/DeleteTabs too
2011-10-19separate normal calc filter tests and macro testsMarkus Mohrhard
this should make it easier to deal with the increased complexity in the unit tests for vba and star basic we should not mess with the normal calc tests while working on advanced vba and basic tests
2011-10-19add output for language settings to log fileMarkus Mohrhard
some windows builds crash in this test, maybe they get a false language setting from somewhere
2011-10-19add unit test for fdo#41868Markus Mohrhard
test should be extended as soon as possible tests a central point of our formula compiler/reference handling
2011-10-18Fix E_ACCESS failure under windows on attempt to remove temp qa data fileCaolán McNamara
The reference counting of ScDocShell is very confused. It starts off with ref count of 1, assigning it to a ScDocShellRef gives it a refcount of 2, so clearing it or its dtor gives a refcount of 1 again, so it doesn't auto-delete, and so doesn't close its stream, so the attempt to remove its stream gives E_ACCESS under windows.
2011-10-17copy/paste error, it should test the xls file tooMarkus Mohrhard
2011-10-17add initial test for matrix functionsStefan Weigel
2011-10-17make the mathematical functions test simplerMarkus Mohrhard
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-09add unit test cases for mathematical functionsMarkus Mohrhard
2011-10-09extend test for spreadsheet functionsMarkus Mohrhard
2011-10-08improve error messages for sc's filters-testMarkus Mohrhard
2011-10-07set the correct url for vba unit testMarkus Mohrhard
it seems like the method name is the same as the module name unit test still crashs because it can't find XSpreadsheetView but works in general
2011-10-06improve error message for missing csv filesMarkus Mohrhard
2011-10-06and forgot again to add a fileMarkus Mohrhard
2011-10-06add unit test for fdo#41381Markus Mohrhard
2011-10-05enable the star basic test to see if it causes troubles anywhereMarkus Mohrhard
2011-10-05add initial work for vba tests in calc( work in progress)Markus Mohrhard
this does not work yet, it still does not load the vba code correctly and therefore can't find the vba library
2011-10-05add Star Basic unit test to calcMarkus Mohrhard
test is still disabled by default, it works but does nothing useful yet
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-04SCCOl is 16 bit tooMarkus Mohrhard
2011-10-04mac tinderbox can't deal with rtl::OStringBuffer::append(sal_Int16)Markus Mohrhard
2011-10-04improve error message for csv_handlerMarkus Mohrhard
2011-09-30silence tedious malware checkers, arcfour, key 0x435645Caolán McNamara
2011-09-30merge filters-test codeCaolán McNamara
2011-09-30enable the registration for vba unit test againMarkus Mohrhard
2011-09-29disable it again, it seems that it tries to access the user installationMarkus Mohrhard
it seems it only produces an error in a non sourced environment
2011-09-29init the unit test for vba unit tests correctlyMarkus Mohrhard
2011-09-29add modelinesCaolán McNamara
2011-09-28more unit test cut/paste reduxMichael Meeks
2011-09-28sc: switch filters-test to the new shared unit test codeMichael Meeks