summaryrefslogtreecommitdiff
path: root/basic/qa
AgeCommit message (Expand)AuthorFilesLines
2017-05-18basic: Fix broken unit test for Join()Takeshi Abe1-17/+15
2017-05-17basic: Fix broken test for VBA's LCaseTakeshi Abe1-16/+14
2017-05-16basic: Test VBA's CDec() only on WindowsTakeshi Abe2-2/+4
2017-05-15basic: Fix broken logic in VBA's unit testsTakeshi Abe42-42/+42
2017-05-15basic: Fix VBA constant vbNewLine with unit testTakeshi Abe2-0/+58
2017-05-03VBA tests- MONTHNAME,NPER, NPV,OCT test caseZdeněk Crhonek5-0/+273
2017-05-03Add two digit year test for CDateToIso()Eike Rathke1-0/+2
2017-05-02BASIC: handle the full tools::Date range from -32768-01-01 to 32767-12-31Eike Rathke1-0/+20
2017-04-28Add unit test for CDateFromIso with YYYY-MM-DD, tdf#106956Eike Rathke1-0/+3
2017-04-28loplugin:cppunitassertequals: basicStephan Bergmann1-1/+1
2017-04-16add VBA test casesZdeněk Crhonek9-0/+563
2017-04-13add VBA test casesZdeněk Crhonek12-0/+803
2017-04-13VBA tests - INSTRREV, INT test caseZdeněk Crhonek3-0/+168
2017-04-10Clean up uses of SAL_U/SAL_W: basicStephan Bergmann1-7/+8
2017-04-09VBA tests - HEX, HOUR, IIF, INSTR test casesZdeněk Crhonek5-0/+323
2017-04-09VBA tests - FORMATNUMBER functionZdeněk Crhonek2-0/+65
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann1-4/+4
2017-04-02add VBA tests- FIX,EXP,ERROR,DAY functionsZdeněk Crhonek5-0/+260
2017-03-29VBA tests - add DATEDIFF and DATEPART test caseZdeněk Crhonek3-0/+237
2017-03-18VBA tests - add CVDATE,CVERR,DATEADD test caseZdeněk Crhonek4-0/+270
2017-03-17VBA tests - add CSNG, CSTR test caseZdeněk Crhonek3-0/+142
2017-03-11add VBA test CINT,CLNG functions testsZdeněk Crhonek3-0/+204
2017-03-10add VBA COS function test caseZdeněk Crhonek2-0/+74
2017-03-06VBA test CHOOSE functionZdeněk Crhonek2-0/+82
2017-03-04VBA test CDATE, CDBL functionZdeněk Crhonek3-0/+147
2017-03-03Fix typosAndrea Gelmini1-1/+1
2017-03-01add VBA functions tests - ABS,ARRAY, ASC, ATN, CBOOLZdeněk Crhonek6-0/+438
2017-02-28VBA: unit test for PtrSafe and compiler directivesJustin Luth1-0/+17
2017-02-27add VBA CHR() test caseZdeněk Crhonek2-0/+72
2017-02-07Our GetSystemTicks can now again return negative 32-bit values on WindowsTor Lillqvist1-15/+0
2017-02-03makeAny->Any in basctl..chart2Noel Grandin1-2/+2
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin3-4/+4
2017-01-09Revert "Remove test_getsystemticks_method.vb for now"Stephan Bergmann1-0/+15
2017-01-09Remove test_getsystemticks_method.vb for nowStephan Bergmann1-15/+0
2017-01-06QA Basic: split tests of methods in different filesLaurent Balland-Poirier111-348/+1683
2016-12-24basic: cleanup test_*_methodsLaurent Balland-Poirier7-146/+84
2016-12-14Partially fix VBATest::testMiscOLEStuff for Win64Mike Kaganski4-15/+20
2016-12-04basic: cleanup test_math_methodsArnaud Versini1-27/+13
2016-11-23loplugin:unnecessaryoverride (dtors) in basicStephan Bergmann1-1/+0
2016-11-22tdf#102872 Add qa unit test for BASIC methodsLaurent Balland-Poirier7-0/+439
2016-10-27Bypass VBATest::testMiscOLEStuff() in a 64-bit Windows build for nowTor Lillqvist1-2/+4
2016-10-16clang-cl loplugin: basicStephan Bergmann1-1/+1
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek4-13/+13
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-2/+2
2016-07-22basic: fix loplugin:cppunitassertequals warningsMiklos Vajna3-6/+6
2016-07-03Improve readability of OUString concatanation in LibPageMuhammet Kara1-6/+6
2016-06-27loplugin:singlevalfields in basic and fix leakNoel Grandin1-3/+1
2016-05-30tdf#99696 fix build error for 64bit Windows in unit tests using ADODBTomofumi Yagi1-2/+22
2016-05-23Convert SbxClassType to scoped enumNoel Grandin1-1/+1