add VBA functions tests - ABS,ARRAY, ASC, ATN, CBOOL

Change-Id: I8a0b8b833ba32b9d27773748b3bbd8bbc07d1959
Reviewed-on: https://gerrit.libreoffice.org/34696
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
This commit is contained in:
Zdeněk Crhonek
2017-02-27 22:37:05 +01:00
committed by Zdenek Crhonek
parent e7655fbd2b
commit 38f13e4dca
6 changed files with 438 additions and 0 deletions

View File

@@ -56,6 +56,11 @@ void VBATest::testMiscVBAFunctions()
"replace.vb",
"stringplusdouble.vb",
"chr.vb",
"abs.vb",
"array.vb",
"asc.vb",
"atn.vb",
"cbool.vb",
#ifndef WIN32 // missing 64bit Currency marshalling.
"win32compat.vb", // windows compatibility hooks.
#endif