add VBA test cases

tests:  ISARRAY, ISDATE, ISEMPTY, ISERROR, ISMISSING,
ISNULL, ISNUMERIC, ISOBJECT, JOIN, LBOUND, LCASE

Change-Id: I0b0dacd0d62bf00680f33866ce7ec0152eec27e0
Reviewed-on: https://gerrit.libreoffice.org/36509
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
This commit is contained in:
Zdeněk Crhonek
2017-04-13 11:32:29 +02:00
committed by Zdenek Crhonek
parent e72f3ce68e
commit 31dc11e7e3
12 changed files with 803 additions and 0 deletions

View File

@ -85,6 +85,17 @@ void VBATest::testMiscVBAFunctions()
"instr.vb",
"instrrev.vb",
"int.vb",
"iserror.vb",
"ismissing.vb",
"isnull.vb",
"isobject.vb",
"join.vb",
"lbound.vb",
"isarray.vb",
"isdate.vb",
"isempty.vb",
"isnumeric.vb",
"lcase.vb",
#ifndef WIN32 // missing 64bit Currency marshalling.
"win32compat.vb", // windows compatibility hooks.
#endif