summaryrefslogtreecommitdiffstats
path: root/sc/qa
Commit message (Expand)AuthorAgeFilesLines
* more support for basic/vba unit testsNoel Power2011-10-251-10/+73
* clean up macros-testMarkus Mohrhard2011-10-241-78/+4
* New unit test case for unwanted date detection on pivot table labels.Kohei Yoshida2011-10-241-40/+99
* macros-test.cxx: fix syntax errorMichael Stahl2011-10-241-3/+3
* macros-test.cxx: unused variable pDocMichael Stahl2011-10-241-1/+0
* make vba.xls return 'OK' on success, adjust macros-test.cxx to test for 'OK'Noel Power2011-10-242-26/+47
* more substantial vba test ( testing various range addression )Noel Power2011-10-241-0/+0
* add more debug output to see why windows has problems with sc's filters-testMarkus Mohrhard2011-10-203-3/+26
* extract helper methods for debuging calc testsMarkus Mohrhard2011-10-202-122/+172
* improve unit test for UpdateReferenceMarkus Mohrhard2011-10-201-6/+51
* separate normal calc filter tests and macro testsMarkus Mohrhard2011-10-192-72/+325
* add output for language settings to log fileMarkus Mohrhard2011-10-191-0/+7
* add unit test for fdo#41868Markus Mohrhard2011-10-191-1/+32
* Fix E_ACCESS failure under windows on attempt to remove temp qa data fileCaolán McNamara2011-10-181-1/+9
* copy/paste error, it should test the xls file tooMarkus Mohrhard2011-10-171-5/+5
* add initial test for matrix functionsStefan Weigel2011-10-174-0/+37
* make the mathematical functions test simplerMarkus Mohrhard2011-10-172-2/+5
* split bootstrapfixture and move test-filters class for sot testCaolán McNamara2011-10-151-4/+7
* add unit test cases for mathematical functionsMarkus Mohrhard2011-10-093-0/+7
* extend test for spreadsheet functionsMarkus Mohrhard2011-10-092-2/+4
* improve error messages for sc's filters-testMarkus Mohrhard2011-10-081-5/+9
* set the correct url for vba unit testMarkus Mohrhard2011-10-071-1/+1
* improve error message for missing csv filesMarkus Mohrhard2011-10-061-1/+3
* and forgot again to add a fileMarkus Mohrhard2011-10-061-0/+2
* add unit test for fdo#41381Markus Mohrhard2011-10-062-0/+6
* enable the star basic test to see if it causes troubles anywhereMarkus Mohrhard2011-10-051-1/+1
* add initial work for vba tests in calc( work in progress)Markus Mohrhard2011-10-052-0/+38
* add Star Basic unit test to calcMarkus Mohrhard2011-10-052-1/+46
* test fix: use setUp and tearDown not constructors to init LibreOfficeMichael Meeks2011-10-052-7/+30
* SCCOl is 16 bit tooMarkus Mohrhard2011-10-041-1/+1
* mac tinderbox can't deal with rtl::OStringBuffer::append(sal_Int16)Markus Mohrhard2011-10-041-1/+1
* improve error message for csv_handlerMarkus Mohrhard2011-10-041-4/+38
* silence tedious malware checkers, arcfour, key 0x435645Caolán McNamara2011-09-303-0/+0
* merge filters-test codeCaolán McNamara2011-09-301-102/+29
* enable the registration for vba unit test againMarkus Mohrhard2011-09-301-2/+2
* disable it again, it seems that it tries to access the user installationMarkus Mohrhard2011-09-291-2/+2
* init the unit test for vba unit tests correctlyMarkus Mohrhard2011-09-291-2/+2
* add modelinesCaolán McNamara2011-09-291-0/+2
* more unit test cut/paste reduxMichael Meeks2011-09-282-87/+2
* sc: switch filters-test to the new shared unit test codeMichael Meeks2011-09-282-116/+33
* assert on the console in a helpful way as/when we get a message dialogMichael Meeks2011-09-272-0/+14
* fix array initialization and thus windows buildFridrich Štrba2011-09-211-1/+1
* Revert "remove newly unused methods", used againCaolán McNamara2011-09-211-1/+1
* callcatcher: remove newly unused methodsCaolán McNamara2011-09-211-1/+1
* Unit test for copying range names.Kohei Yoshida2011-09-201-7/+44
* Unit test for refreshing while source data contains empty field name.Kohei Yoshida2011-09-191-3/+24
* Use the method to insert source data.Kohei Yoshida2011-09-191-42/+11
* Extracted method for inserting source data for pivot table testing.Kohei Yoshida2011-09-191-42/+52
* forgot another csv fileMarkus Mohrhard2011-09-151-0/+2
* add formats test for xls and xlsxMarkus Mohrhard2011-09-153-66/+79