summaryrefslogtreecommitdiff
path: root/basic/qa/cppunit/test_vba.cxx
diff options
context:
space:
mode:
authorZdeněk Crhonek <zcrhonek@gmail.com>2017-03-29 22:13:54 +0200
committerZdenek Crhonek <zcrhonek@gmail.com>2017-03-29 21:01:48 +0000
commita2c746ecd82ea1ff6a03e3eec8374c913d19c823 (patch)
treec70d8f8767d8aeb118bd47b88a2b117756521802 /basic/qa/cppunit/test_vba.cxx
parent261d9990228f4784f9a109e80657768b956e3d0d (diff)
VBA tests - add DATEDIFF and DATEPART test case
Change-Id: I3d0026e707369e435013be1d11e1366a77ff2d0b Reviewed-on: https://gerrit.libreoffice.org/35881 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.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 81b1504e3d02..1f113cf79c86 100644
--- a/basic/qa/cppunit/test_vba.cxx
+++ b/basic/qa/cppunit/test_vba.cxx
@@ -72,6 +72,8 @@ void VBATest::testMiscVBAFunctions()
"cvdate.vb",
"cverr.vb",
"dateadd.vb",
+ "datediff.vb",
+ "datepart.vb",
#ifndef WIN32 // missing 64bit Currency marshalling.
"win32compat.vb", // windows compatibility hooks.
#endif