summaryrefslogtreecommitdiff
path: root/basic/qa/cppunit
diff options
context:
space:
mode:
authorZdeněk Crhonek <zcrhonek@gmail.com>2017-08-02 18:24:18 +0200
committerZdenek Crhonek <zcrhonek@gmail.com>2017-08-02 21:51:55 +0200
commit3acfc281ad2324a678367d907ce4b2b5a9e2abc0 (patch)
treed6aeeea8ae1d677a48b6eceeba06dd8d1996db7f /basic/qa/cppunit
parentfb8b0585d9b821d1981153f27db55b5e9d768e7b (diff)
VBA tests - STR and STRCOMP functions
Change-Id: I09daaa8be3687bf838f569849542d47c85907d1e Reviewed-on: https://gerrit.libreoffice.org/40687 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
Diffstat (limited to 'basic/qa/cppunit')
-rw-r--r--basic/qa/cppunit/test_vba.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/basic/qa/cppunit/test_vba.cxx b/basic/qa/cppunit/test_vba.cxx
index cad4c176713f..e406a1dc661a 100644
--- a/basic/qa/cppunit/test_vba.cxx
+++ b/basic/qa/cppunit/test_vba.cxx
@@ -125,6 +125,8 @@ void VBATest::testMiscVBAFunctions()
"sln.vb",
"space.vb",
"sqr.vb",
+ "str.vb",
+ "strcomp.vb",
#ifndef WIN32 // missing 64bit Currency marshalling.
"win32compat.vb", // windows compatibility hooks.
#endif