diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2014-09-19 12:23:46 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2014-09-19 15:31:06 +0100 |
commit | 19ee058a21747efd36a91a5aaa2231fefe1e7fa4 (patch) | |
tree | a9de0e82924d31a022bab190163b3d9375cae465 /basic/qa/cppunit | |
parent | 24d1a89285caeaaa0289a06c6be909160ee57583 (diff) |
vba: initial impl. of compatibility methods.
Change-Id: Iebc25f1730766e96d2ad6921a8b4d2ea880c63f3
Diffstat (limited to 'basic/qa/cppunit')
-rw-r--r-- | basic/qa/cppunit/test_vba.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/basic/qa/cppunit/test_vba.cxx b/basic/qa/cppunit/test_vba.cxx index 87c6512c9449..739e96a88b22 100644 --- a/basic/qa/cppunit/test_vba.cxx +++ b/basic/qa/cppunit/test_vba.cxx @@ -50,7 +50,8 @@ void VBATest::testMiscVBAFunctions() "dateserial.vb", "format.vb", "replace.vb", - "stringplusdouble.vb" + "stringplusdouble.vb", + "win32compat.vb" }; OUString sMacroPathURL = getURLFromSrc("/basic/qa/vba_tests/"); // Some test data expects the uk locale |