summaryrefslogtreecommitdiff
path: root/basic/qa/cppunit/test_vba.cxx
diff options
context:
space:
mode:
authorZdeněk Crhonek <zcrhonek@gmail.com>2017-03-18 14:38:09 +0100
committerZdenek Crhonek <zcrhonek@gmail.com>2017-03-18 16:26:09 +0000
commit1e02750ef22ff97d1819f96955be9bd25a0507b3 (patch)
treed49ba0b03360810327e0dd34c0b34922176ec908 /basic/qa/cppunit/test_vba.cxx
parent7cf3f4d1d74d7954ea38133d6b73e047db33a6ed (diff)
VBA tests - add CVDATE,CVERR,DATEADD test case
Change-Id: Ib6b79eb3a3daf22dd4f15427a3e8547300f8b8f9 Reviewed-on: https://gerrit.libreoffice.org/35403 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 a2d16613f321..81b1504e3d02 100644
--- a/basic/qa/cppunit/test_vba.cxx
+++ b/basic/qa/cppunit/test_vba.cxx
@@ -69,6 +69,9 @@ void VBATest::testMiscVBAFunctions()
"clng.vb",
"csng.vb",
"cstr.vb",
+ "cvdate.vb",
+ "cverr.vb",
+ "dateadd.vb",
#ifndef WIN32 // missing 64bit Currency marshalling.
"win32compat.vb", // windows compatibility hooks.
#endif