diff options
author | Noel Power <noel.power@novell.com> | 2011-10-28 13:00:46 +0100 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2011-10-28 13:01:46 +0100 |
commit | 2a91e5bf2bce5ec932ac712e77e18b3efe2509a8 (patch) | |
tree | 7fb3eb1593c6ad4ac4292496279210515fe0fed5 /sc/qa/unit/macros-test.cxx | |
parent | f323d36f29107ac7487fe748b1daf639d0d1e9b0 (diff) |
re-enable vba.xls, tweak TestAddress.xls (move tests back to normal module)
Diffstat (limited to 'sc/qa/unit/macros-test.cxx')
-rw-r--r-- | sc/qa/unit/macros-test.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/qa/unit/macros-test.cxx b/sc/qa/unit/macros-test.cxx index a58c92d25f4b..22faa26cf915 100644 --- a/sc/qa/unit/macros-test.cxx +++ b/sc/qa/unit/macros-test.cxx @@ -254,15 +254,12 @@ void ScMacrosTest::testVba() TestMacroInfo testInfo[] = { { rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("TestAddress.")), - rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("vnd.sun.Star.script:VBAProject.Sheet1.test?language=Basic&location=document")) + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("vnd.sun.Star.script:VBAProject.testMacros.test?language=Basic&location=document")) }, -/* - vba.xls is still throwing up a basic error :-/ { rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("vba.")), rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("vnd.sun.Star.script:VBAProject.Modul1.Modul1?language=Basic&location=document")), } -*/ }; rtl::OUString aFileExtension(aFileFormats[1].pName, strlen(aFileFormats[1].pName), RTL_TEXTENCODING_UTF8 ); |