Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-10-09 | extend test for spreadsheet functions | Markus Mohrhard | |
2011-10-08 | improve error messages for sc's filters-test | Markus Mohrhard | |
2011-10-07 | set the correct url for vba unit test | Markus 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-06 | improve error message for missing csv files | Markus Mohrhard | |
2011-10-06 | and forgot again to add a file | Markus Mohrhard | |
2011-10-06 | add unit test for fdo#41381 | Markus Mohrhard | |
2011-10-05 | enable the star basic test to see if it causes troubles anywhere | Markus Mohrhard | |
2011-10-05 | add 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-05 | add Star Basic unit test to calc | Markus Mohrhard | |
test is still disabled by default, it works but does nothing useful yet | |||
2011-10-05 | test fix: use setUp and tearDown not constructors to init LibreOffice | Michael 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-04 | SCCOl is 16 bit too | Markus Mohrhard | |
2011-10-04 | mac tinderbox can't deal with rtl::OStringBuffer::append(sal_Int16) | Markus Mohrhard | |
2011-10-04 | improve error message for csv_handler | Markus Mohrhard | |
2011-09-30 | silence tedious malware checkers, arcfour, key 0x435645 | Caolán McNamara | |
2011-09-30 | merge filters-test code | Caolán McNamara | |
2011-09-30 | enable the registration for vba unit test again | Markus Mohrhard | |
2011-09-29 | disable it again, it seems that it tries to access the user installation | Markus Mohrhard | |
it seems it only produces an error in a non sourced environment | |||
2011-09-29 | init the unit test for vba unit tests correctly | Markus Mohrhard | |
2011-09-29 | add modelines | Caolán McNamara | |
2011-09-28 | more unit test cut/paste redux | Michael Meeks | |
2011-09-28 | sc: switch filters-test to the new shared unit test code | Michael Meeks | |