summaryrefslogtreecommitdiff
path: root/sc/qa/unit
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2011-10-28 13:00:46 +0100
committerNoel Power <noel.power@novell.com>2011-10-28 13:01:46 +0100
commit2a91e5bf2bce5ec932ac712e77e18b3efe2509a8 (patch)
tree7fb3eb1593c6ad4ac4292496279210515fe0fed5 /sc/qa/unit
parentf323d36f29107ac7487fe748b1daf639d0d1e9b0 (diff)
re-enable vba.xls, tweak TestAddress.xls (move tests back to normal module)
Diffstat (limited to 'sc/qa/unit')
-rw-r--r--sc/qa/unit/data/xls/TestAddress.xlsbin60928 -> 40448 bytes
-rw-r--r--sc/qa/unit/macros-test.cxx5
2 files changed, 1 insertions, 4 deletions
diff --git a/sc/qa/unit/data/xls/TestAddress.xls b/sc/qa/unit/data/xls/TestAddress.xls
index 7d2ca6eaa2a9..629645c41ca8 100644
--- a/sc/qa/unit/data/xls/TestAddress.xls
+++ b/sc/qa/unit/data/xls/TestAddress.xls
Binary files differ
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 );