summaryrefslogtreecommitdiff
path: root/sc/qa
AgeCommit message (Collapse)Author
2011-11-11No need for test/user-template/user/registry.Stephan Bergmann
2011-11-10Re-enabled textural in-exact comparison in unit test for MATCH.Kohei Yoshida
It was the code that checks for the VBA mode that was throwing the exception.
2011-11-09Added text values to the mix.Kohei Yoshida
Textural evaluations throw an UNO exception, however. I need to look into this.
2011-11-09Added new unit test for MATCH function.Kohei Yoshida
Only ascending and descending in-exact matches for now.
2011-11-09Devided built-in cell function tests into separate functions.Kohei Yoshida
2011-11-08Test case for VLOOKUP (in-exact lookup on sorted range).Kohei Yoshida
2011-11-08Added test for COUNTIF.Kohei Yoshida
2011-11-08Put each function test in a separate scope, just to be consistent...Kohei Yoshida
2011-11-08exclude windows for now as wellCaolán McNamara
2011-11-07Encapsulated empty and non-empty filter criteria.Kohei Yoshida
Because those two conditions were not very obvious.
2011-11-08we only have one sheet in the new PostIt testMarkus Mohrhard
2011-11-07Test for filtering empty and non-empty cells.Kohei Yoshida
2011-11-07Simplified the filter test a bit, and clear the filter afterward.Kohei Yoshida
2011-11-07Changed data storage structure in ScQueryEntry.Kohei Yoshida
This required a whole bunch of chnages all over the place.
2011-11-07calc: initial cut at post-it unit testMichael Meeks
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida
Because I'll be modifying this struct in the next few days...
2011-11-04remove some unneeded dependenciesMarkus Mohrhard
they are no longer used because we separated macros_test and filters-test
2011-11-04add test cases for "Informations" functions to functions.odsMarkus Mohrhard
2011-11-03initial work for a password testMarkus Mohrhard
still needs work in: - RdbTarget_sc_filters_test -- missing component files to NSS (need to be conditional on nss) - nssinitializer.cxx:306 -- new environment variable BRAND_PROGRAM_DIR for $(BRAND_BASE_DIR)/program that is overriden in the unit test to solver/(platform)/lib - make the testPassword in filters-test.cxx conditional on NSS - LD_LIBRARY_PATH needs an additional entry for solver/(platform)/lib/sqlite password.ods has password test and has been created Nov, 3rd 2011 with a master build and should be ODF1.2 conform
2011-11-03remove all debug output from filters-test that was for the xls bugMarkus Mohrhard
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