Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-11 | No need for test/user-template/user/registry. | Stephan Bergmann | |
2011-11-10 | Re-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-09 | Added text values to the mix. | Kohei Yoshida | |
Textural evaluations throw an UNO exception, however. I need to look into this. | |||
2011-11-09 | Added new unit test for MATCH function. | Kohei Yoshida | |
Only ascending and descending in-exact matches for now. | |||
2011-11-09 | Devided built-in cell function tests into separate functions. | Kohei Yoshida | |
2011-11-08 | Test case for VLOOKUP (in-exact lookup on sorted range). | Kohei Yoshida | |
2011-11-08 | Added test for COUNTIF. | Kohei Yoshida | |
2011-11-08 | Put each function test in a separate scope, just to be consistent... | Kohei Yoshida | |
2011-11-08 | exclude windows for now as well | Caolán McNamara | |
2011-11-07 | Encapsulated empty and non-empty filter criteria. | Kohei Yoshida | |
Because those two conditions were not very obvious. | |||
2011-11-08 | we only have one sheet in the new PostIt test | Markus Mohrhard | |
2011-11-07 | Test for filtering empty and non-empty cells. | Kohei Yoshida | |
2011-11-07 | Simplified the filter test a bit, and clear the filter afterward. | Kohei Yoshida | |
2011-11-07 | Changed data storage structure in ScQueryEntry. | Kohei Yoshida | |
This required a whole bunch of chnages all over the place. | |||
2011-11-07 | calc: initial cut at post-it unit test | Michael Meeks | |
2011-11-07 | String->OUString in ScDocument and follow up | Markus Mohrhard | |
2011-11-05 | Moved ScQueryEntry into its own file set. | Kohei Yoshida | |
Because I'll be modifying this struct in the next few days... | |||
2011-11-04 | remove some unneeded dependencies | Markus Mohrhard | |
they are no longer used because we separated macros_test and filters-test | |||
2011-11-04 | add test cases for "Informations" functions to functions.ods | Markus Mohrhard | |
2011-11-03 | initial work for a password test | Markus 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-03 | remove all debug output from filters-test that was for the xls bug | Markus Mohrhard | |
2011-11-02 | add test cases for fdo#40967 | Markus Mohrhard | |
2011-11-01 | add tests related to fdo#41807 | Markus Mohrhard | |
2011-11-01 | New unit test to test AND and OR evaluations of matrix objects. | Kohei Yoshida | |
This is in response to fdo#40967. | |||
2011-11-01 | Unit test for testing cell functions referencing external ranges. | Kohei Yoshida | |
2011-11-01 | Re-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-28 | Sorry, these tests fail for me on Linux. :-( | Kohei Yoshida | |
2011-10-28 | re-enable vba.xls, tweak TestAddress.xls (move tests back to normal module) | Noel Power | |
2011-10-28 | we can now enable the range name test for xlsx too | Markus Mohrhard | |
2011-10-27 | attempt to disable macro_test tests for macosx | Noel Power | |
2011-10-26 | more tweaks to unittests, also move registrymodifications.xcu | Noel 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-25 | more support for basic/vba unit tests | Noel Power | |
add moggis work and some tweaks from me too | |||
2011-10-24 | clean up macros-test | Markus Mohrhard | |
2011-10-24 | New unit test case for unwanted date detection on pivot table labels. | Kohei Yoshida | |
2011-10-24 | macros-test.cxx: fix syntax error | Michael Stahl | |
2011-10-24 | macros-test.cxx: unused variable pDoc | Michael Stahl | |
2011-10-24 | make vba.xls return 'OK' on success, adjust macros-test.cxx to test for 'OK' | Noel Power | |
2011-10-24 | more substantial vba test ( testing various range addression ) | Noel Power | |
2011-10-20 | add more debug output to see why windows has problems with sc's filters-test | Markus Mohrhard | |
2011-10-20 | extract helper methods for debuging calc tests | Markus Mohrhard | |
2011-10-20 | improve unit test for UpdateReference | Markus Mohrhard | |
check InsertTabs/InsertTab/DeleteTabs too | |||
2011-10-19 | separate normal calc filter tests and macro tests | Markus 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-19 | add output for language settings to log file | Markus Mohrhard | |
some windows builds crash in this test, maybe they get a false language setting from somewhere | |||
2011-10-19 | add unit test for fdo#41868 | Markus Mohrhard | |
test should be extended as soon as possible tests a central point of our formula compiler/reference handling | |||
2011-10-18 | Fix E_ACCESS failure under windows on attempt to remove temp qa data file | Caolá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-17 | copy/paste error, it should test the xls file too | Markus Mohrhard | |
2011-10-17 | add initial test for matrix functions | Stefan Weigel | |
2011-10-17 | make the mathematical functions test simpler | Markus Mohrhard | |
2011-10-15 | split bootstrapfixture and move test-filters class for sot test | Caolá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-09 | add unit test cases for mathematical functions | Markus Mohrhard | |