summaryrefslogtreecommitdiffstats
path: root/basic/qa
Commit message (Expand)AuthorAgeFilesLines
* VBA tests- MONTHNAME,NPER, NPV,OCT test caseZdeněk Crhonek2017-05-035-0/+273
* Add two digit year test for CDateToIso()Eike Rathke2017-05-031-0/+2
* BASIC: handle the full tools::Date range from -32768-01-01 to 32767-12-31Eike Rathke2017-05-021-0/+20
* Add unit test for CDateFromIso with YYYY-MM-DD, tdf#106956Eike Rathke2017-04-281-0/+3
* loplugin:cppunitassertequals: basicStephan Bergmann2017-04-281-1/+1
* add VBA test casesZdeněk Crhonek2017-04-169-0/+563
* add VBA test casesZdeněk Crhonek2017-04-1312-0/+803
* VBA tests - INSTRREV, INT test caseZdeněk Crhonek2017-04-133-0/+168
* Clean up uses of SAL_U/SAL_W: basicStephan Bergmann2017-04-101-7/+8
* VBA tests - HEX, HOUR, IIF, INSTR test casesZdeněk Crhonek2017-04-095-0/+323
* VBA tests - FORMATNUMBER functionZdeněk Crhonek2017-04-092-0/+65
* Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann2017-04-041-4/+4
* add VBA tests- FIX,EXP,ERROR,DAY functionsZdeněk Crhonek2017-04-025-0/+260
* VBA tests - add DATEDIFF and DATEPART test caseZdeněk Crhonek2017-03-293-0/+237
* VBA tests - add CVDATE,CVERR,DATEADD test caseZdeněk Crhonek2017-03-184-0/+270
* VBA tests - add CSNG, CSTR test caseZdeněk Crhonek2017-03-173-0/+142
* add VBA test CINT,CLNG functions testsZdeněk Crhonek2017-03-113-0/+204
* add VBA COS function test caseZdeněk Crhonek2017-03-102-0/+74
* VBA test CHOOSE functionZdeněk Crhonek2017-03-062-0/+82
* VBA test CDATE, CDBL functionZdeněk Crhonek2017-03-043-0/+147
* Fix typosAndrea Gelmini2017-03-031-1/+1
* add VBA functions tests - ABS,ARRAY, ASC, ATN, CBOOLZdeněk Crhonek2017-03-016-0/+438
* VBA: unit test for PtrSafe and compiler directivesJustin Luth2017-02-281-0/+17
* add VBA CHR() test caseZdeněk Crhonek2017-02-272-0/+72
* Our GetSystemTicks can now again return negative 32-bit values on WindowsTor Lillqvist2017-02-071-15/+0
* makeAny->Any in basctl..chart2Noel Grandin2017-02-031-2/+2
* convert method names in tools::SvRef to be more like our other..Noel Grandin2017-02-023-4/+4
* Revert "Remove test_getsystemticks_method.vb for now"Stephan Bergmann2017-01-091-0/+15
* Remove test_getsystemticks_method.vb for nowStephan Bergmann2017-01-091-15/+0
* QA Basic: split tests of methods in different filesLaurent Balland-Poirier2017-01-06111-348/+1683
* basic: cleanup test_*_methodsLaurent Balland-Poirier2016-12-247-146/+84
* Partially fix VBATest::testMiscOLEStuff for Win64Mike Kaganski2016-12-144-15/+20
* basic: cleanup test_math_methodsArnaud Versini2016-12-041-27/+13
* loplugin:unnecessaryoverride (dtors) in basicStephan Bergmann2016-11-231-1/+0
* tdf#102872 Add qa unit test for BASIC methodsLaurent Balland-Poirier2016-11-227-0/+439
* Bypass VBATest::testMiscOLEStuff() in a 64-bit Windows build for nowTor Lillqvist2016-10-271-2/+4
* clang-cl loplugin: basicStephan Bergmann2016-10-161-1/+1
* tdf#89307: Removed SvRef::operator T*()Jacek Fraczek2016-10-104-13/+13
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-052-2/+2
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-132-2/+2
* basic: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-07-223-6/+6
* Improve readability of OUString concatanation in LibPageMuhammet Kara2016-07-031-6/+6
* loplugin:singlevalfields in basic and fix leakNoel Grandin2016-06-271-3/+1
* tdf#99696 fix build error for 64bit Windows in unit tests using ADODBTomofumi Yagi2016-05-301-2/+22
* Convert SbxClassType to scoped enumNoel Grandin2016-05-231-1/+1
* Remove needless typedef from basic/qa/cppunit/basic_coverage.cxxRyan McCoskrie2016-04-181-6/+5
* Extract Directories from BootstrapFixtureBaseStephan Bergmann2016-03-102-4/+4
* use consistent #define checks for the Windows platformNoel Grandin2016-02-171-1/+1
* tdf#40517 Unit test for question marks in number formatLaurent Balland-Poirier2016-02-171-0/+4
* loplugin:unusedmethodsNoel Grandin2016-02-081-2/+0