summaryrefslogtreecommitdiff
path: root/basic/qa/cppunit
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-13 05:23:49 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-13 05:26:06 +0200
commitc4e301acd08df41a7236d24e454417393b707207 (patch)
tree5511ead4412b8cb4a66b6bf28962eeac71107f49 /basic/qa/cppunit
parent375b01bf747bb206c3fd6bad0acbd38271a8fb86 (diff)
basic: Add CDec unit test
Change-Id: I9152f00239e5d407f9b33016caadb6a01770fed3
Diffstat (limited to 'basic/qa/cppunit')
-rw-r--r--basic/qa/cppunit/test_vba.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/basic/qa/cppunit/test_vba.cxx b/basic/qa/cppunit/test_vba.cxx
index 846cebbdaa77..87c6512c9449 100644
--- a/basic/qa/cppunit/test_vba.cxx
+++ b/basic/qa/cppunit/test_vba.cxx
@@ -39,6 +39,7 @@ void VBATest::testMiscVBAFunctions()
{
const char* macroSource[] = {
"bytearraystring.vb",
+ "cdec.vb",
// datevalue test seems to depend on both locale and language
// settings, should try and rewrite the test to deal with that
// for some reason tinderboxes don't seem to complain leaving enabled