summaryrefslogtreecommitdiff
path: root/basic/qa/cppunit/test_vba.cxx
diff options
context:
space:
mode:
authorZdeněk Crhonek <zcrhonek@gmail.com>2017-08-03 17:12:21 +0200
committerZdenek Crhonek <zcrhonek@gmail.com>2017-08-03 21:29:30 +0200
commitf060d6450702c9992948266385aea9aa06000a8a (patch)
treee0ae9dac6886f5f5170f5b3a57cc1c664b9a958c /basic/qa/cppunit/test_vba.cxx
parente325a5442ab350e8eb66458aed98d38ce21aec06 (diff)
VBA tests- add functions STRING,STRREVERSE,SWITCH
Change-Id: Ibba3b5cabee31af44f0e8dda5a11f152ab0cfe01 Reviewed-on: https://gerrit.libreoffice.org/40730 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
Diffstat (limited to 'basic/qa/cppunit/test_vba.cxx')
-rw-r--r--basic/qa/cppunit/test_vba.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/basic/qa/cppunit/test_vba.cxx b/basic/qa/cppunit/test_vba.cxx
index e406a1dc661a..ff6e26db415c 100644
--- a/basic/qa/cppunit/test_vba.cxx
+++ b/basic/qa/cppunit/test_vba.cxx
@@ -127,6 +127,9 @@ void VBATest::testMiscVBAFunctions()
"sqr.vb",
"str.vb",
"strcomp.vb",
+ "string.vb",
+ "strreverse.vb",
+ "switch.vb",
#ifndef WIN32 // missing 64bit Currency marshalling.
"win32compat.vb", // windows compatibility hooks.
#endif