Noel Power
0ee3d79b98
blind wae fix for PPUNIT_ASSERT_EQUAL
...
Change-Id: I0842e354fb766ebbbf2cff57a410a38fb8b8d3b1
2013-02-11 13:59:08 +00:00
Noel Power
6865445a5e
fix basic access to nested uno structures fdo#60117
...
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-11 12:23:38 +00:00
Marcos Paulo de Souza
be2b3e51ed
Remove all rtl:: prefix and RTL_* from basic/qa/cppunit/test_scanner.cxx
...
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-31 10:49:41 +00:00
Marcos Paulo de Souza
b2e5700d09
Remove rtl prefixes and some RTL_CONST* from basic
...
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-12-29 15:45:21 +00:00
Norbert Thiebaud
b68a0f6595
basic add a generic unit test fixture
...
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-11-03 20:24:28 -05:00
Stephan Bergmann
cdd7e25a5b
These tests do not need the UCB
...
Change-Id: Ic5cd29efc01df5c77a7b4619f3e0cddb483817a6
2012-09-17 13:35:54 +02:00
Michael Meeks
63c508e3e8
re-base on ALv2 code. Includes:
...
118568: switch to using ucpp
Patch contributed by Juergen Schmidt
http://svn.apache.org/viewvc?view=revision&revision=1209396
2012-07-18 09:29:19 +01:00
Noel Power
0996c0d319
make unoCheckStruct uglier but detect unfixed type assignment + add new tests
...
Change-Id: I6160e7d1abeeda1ea89e2fe15a9155041f2e5adb
2012-07-05 19:31:16 +01:00
Noel Power
8e9e166d35
fix missing makefile, also add a further test to test_nested_struct.cxx
...
Change-Id: I7da88595fd3024f72b260267e34200375358e401
2012-07-05 15:03:11 +01:00
Noel Power
cac7e7cdc2
split out some common basic test stuff, add intial nested struct test
...
Change-Id: I8da6b3166e40e92c31ee001ce19938f286e057b9
2012-07-05 13:56:42 +01:00
Michael Meeks
328e2263fb
targetted re-work of cppunit pieces.
2012-06-27 19:13:11 +01:00
Noel Power
14ced14a22
add missing licence ( populated from TEMPLATE.SOURCECODE.HEADER )
...
Change-Id: I088e8fef273a42ad3e1d87d249a998867c22b4c6
2012-05-14 15:41:07 +01:00
Noel Power
d7149abc77
add simple basic runtime test
...
Change-Id: If8742cb174aa1d017763d3ba42807ac4cf6c7420
2012-05-14 13:59:09 +01:00
Noel Power
d87676da22
simple compile test for use of 'Enable' in a Dim statement
...
Change-Id: I051dbb5cd56fe61e2b0aea1184dcdb03c6413834
2012-05-14 12:01:08 +01:00
August Sodora
ed68d602f5
Comment out test that current fails on 64-bit systems
2012-01-14 19:21:01 -05:00
August Sodora
244382e62e
Add tests for hex/octal numbers for basic scanner
2012-01-14 18:39:58 -05:00
Caolán McNamara
1702bab54f
add mode-lines to some new files
2012-01-05 09:18:16 +00:00
August Sodora
df46bad0d1
Added some tests for basic/scanner
2011-12-05 19:00:42 -05:00
August Sodora
b97774aefa
Added regression test for scanner
2011-11-20 00:48:17 -05:00
August Sodora
c8f0503a1b
Cleanup GetSuffixType in basic scanner
2011-11-18 01:20:36 -05:00
Michael Meeks
e31496c938
misc trivial tweaks, and documentation addition
2011-10-21 10:08:58 +01:00
August Sodora
034350a509
String->OUString, with accompanying tests
2011-10-21 10:08:57 +01:00