From a2c746ecd82ea1ff6a03e3eec8374c913d19c823 Mon Sep 17 00:00:00 2001 From: Zdeněk Crhonek Date: Wed, 29 Mar 2017 22:13:54 +0200 Subject: VBA tests - add DATEDIFF and DATEPART test case Change-Id: I3d0026e707369e435013be1d11e1366a77ff2d0b Reviewed-on: https://gerrit.libreoffice.org/35881 Tested-by: Jenkins Reviewed-by: Zdenek Crhonek --- basic/qa/cppunit/test_vba.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'basic/qa/cppunit') 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 -- cgit