summaryrefslogtreecommitdiff
path: root/basic/qa
AgeCommit message (Collapse)AuthorFilesLines
2013-02-11blind wae fix for PPUNIT_ASSERT_EQUALNoel Power1-5/+8
Change-Id: I0842e354fb766ebbbf2cff57a410a38fb8b8d3b1
2013-02-11fix basic access to nested uno structures fdo#60117Noel Power1-0/+215
Although basic might appear to correctly change nested struct elements fdo#60117 shows that basic can be fooled ( and even the watch(ed) variable in the debugger shows the expected values ). The problem stems from the fact that the uno object held by basic isn't infact modified when changed via the introspection uno service. Additionally pimp the existing tests to check the actual uno struct to see if the changes made are *really* reflected in the object Change-Id: Iff007e17df87148ea81e69d3567c8cf9857fdcaa
2013-02-05fix for fdo#60065Noel Power1-0/+15
squash errors trying to gain object for rhs ( where no object yet exists ( Change-Id: I81548d1c6a32f0445dc18e31c84c3df85163ed45
2012-12-31Remove all rtl:: prefix and RTL_* from basic/qa/cppunit/test_scanner.cxxMarcos Paulo de Souza1-88/+88
Change-Id: Ie9bb6018955faa41c359d18c6b2c10b58fd20db9 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1512 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-12-29Remove rtl prefixes and some RTL_CONST* from basicMarcos Paulo de Souza1-39/+39
Change-Id: If15d7c97de5295ea7d7f341e6b34acbfc917218d Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1504 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-11-03basic add a generic unit test fixtureNorbert Thiebaud3-0/+249
basic_coverage is a generic unit test that scan qa/basic_coverage/* each file there is supposed to be a well formed Basic script that define as least a Function doUnitTest as Integer that return 1 if OK, 0 if not OK Change-Id: I6c3cfac1e7ce4748f46c04344102a0eff69b6a49
2012-09-17These tests do not need the UCBStephan Bergmann1-1/+1
Change-Id: Ic5cd29efc01df5c77a7b4619f3e0cddb483817a6
2012-07-18re-base on ALv2 code. Includes:Michael Meeks2-2/+3
118568: switch to using ucpp Patch contributed by Juergen Schmidt http://svn.apache.org/viewvc?view=revision&revision=1209396
2012-07-05make unoCheckStruct uglier but detect unfixed type assignment + add new testsNoel Power1-0/+69
Change-Id: I6160e7d1abeeda1ea89e2fe15a9155041f2e5adb
2012-07-05fix missing makefile, also add a further test to test_nested_struct.cxxNoel Power1-0/+38
Change-Id: I7da88595fd3024f72b260267e34200375358e401
2012-07-05split out some common basic test stuff, add intial nested struct testNoel Power3-46/+138
Change-Id: I8da6b3166e40e92c31ee001ce19938f286e057b9
2012-06-27targetted re-work of cppunit pieces.Michael Meeks2-4/+2
2012-05-14add missing licence ( populated from TEMPLATE.SOURCECODE.HEADER )Noel Power2-0/+14
Change-Id: I088e8fef273a42ad3e1d87d249a998867c22b4c6
2012-05-14add simple basic runtime testNoel Power1-7/+27
Change-Id: If8742cb174aa1d017763d3ba42807ac4cf6c7420
2012-05-14simple compile test for use of 'Enable' in a Dim statementNoel Power1-0/+82
Change-Id: I051dbb5cd56fe61e2b0aea1184dcdb03c6413834
2012-01-14Comment out test that current fails on 64-bit systemsAugust Sodora1-1/+2
2012-01-14Add tests for hex/octal numbers for basic scannerAugust Sodora1-0/+96
2012-01-05add mode-lines to some new filesCaolán McNamara1-0/+3
2011-12-05Added some tests for basic/scannerAugust Sodora1-12/+101
2011-11-20Added regression test for scannerAugust Sodora1-1/+30
2011-11-18Cleanup GetSuffixType in basic scannerAugust Sodora1-0/+50
2011-10-21misc trivial tweaks, and documentation additionMichael Meeks1-15/+7
2011-10-21String->OUString, with accompanying testsAugust Sodora1-0/+578