diff options
author | Zdeněk Crhonek <zcrhonek@gmail.com> | 2017-03-09 22:08:57 +0100 |
---|---|---|
committer | Zdenek Crhonek <zcrhonek@gmail.com> | 2017-03-10 20:18:41 +0000 |
commit | 1577f01b29b4f0e1eadadda71a7b7b479043519a (patch) | |
tree | 5edd7cb2a6db329051be7ac4cd01194e46273fd4 /basic/qa/cppunit | |
parent | 3cee50476e422e3ed84169cdcbe6bd9883fc9316 (diff) |
add VBA COS function test case
Change-Id: I9014e068576d68613da6a70526dcb5b8e278e3f1
Reviewed-on: https://gerrit.libreoffice.org/35027
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
Diffstat (limited to 'basic/qa/cppunit')
-rw-r--r-- | basic/qa/cppunit/test_vba.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/basic/qa/cppunit/test_vba.cxx b/basic/qa/cppunit/test_vba.cxx index df332245f91a..7bf804aa804e 100644 --- a/basic/qa/cppunit/test_vba.cxx +++ b/basic/qa/cppunit/test_vba.cxx @@ -64,6 +64,7 @@ void VBATest::testMiscVBAFunctions() "cdate.vb", "cdbl.vb", "choose.vb", + "cos.vb", #ifndef WIN32 // missing 64bit Currency marshalling. "win32compat.vb", // windows compatibility hooks. #endif |