sw/qa/core/data/docm/testTables.docm |binary sw/qa/core/macros-test.cxx | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-)
New commits: commit aa1e77cd1733ba448eaa04fc1853e47a7dc200b3 Author: Hannah Meeks <hmeeks4...@gmail.com> AuthorDate: Fri Aug 5 10:54:48 2022 +0100 Commit: Tomaž Vajngerl <qui...@gmail.com> CommitDate: Sat Aug 27 13:16:09 2022 +0200 VBA Add test documents for XTable Change-Id: Ia12c055addda545574c33a55ba758b3f1d5b0b73 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137852 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <qui...@gmail.com> diff --git a/sw/qa/core/data/docm/testTables.docm b/sw/qa/core/data/docm/testTables.docm index a3695f667f1e..5d4502ade055 100644 Binary files a/sw/qa/core/data/docm/testTables.docm and b/sw/qa/core/data/docm/testTables.docm differ diff --git a/sw/qa/core/macros-test.cxx b/sw/qa/core/macros-test.cxx index 49d5b6ecf586..51b6b4c3cc00 100644 --- a/sw/qa/core/macros-test.cxx +++ b/sw/qa/core/macros-test.cxx @@ -113,7 +113,7 @@ void SwMacrosTest::testVba() { OUString("testDocumentRange.docm"), OUString("vnd.sun.Star.script:Project.Module1.testAll?language=Basic&location=document") - } + }, /*{ OUString("testSelectionFind.docm"), OUString("vnd.sun.Star.script:Project.Module1.testAll?language=Basic&location=document") @@ -136,11 +136,11 @@ void SwMacrosTest::testVba() { OUString("testParagraphFormat.docm"), OUString("vnd.sun.Star.script:Project.ThisDocument.TestAll?language=Basic&location=document") - }, + },*/ { OUString("testTables.docm"), - OUString("vnd.sun.Star.script:Project.ThisDocument.RightPadding?language=Basic&location=document") - }*/ + OUString("vnd.sun.Star.script:Project.ThisDocument.TestAll?language=Basic&location=document") + } }; for ( size_t i=0; i<SAL_N_ELEMENTS( testInfo ); ++i )