[Libreoffice-commits] core.git: sd/qa
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Jan 1 09:55:24 UTC 2019
sd/qa/unit/import-tests-smartart.cxx | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
New commits:
commit 3abb1ca8a9d21df622c9adb83bb07b9c6281e85b
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Dec 23 20:56:40 2018 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jan 1 10:55:01 2019 +0100
Fix typo in QA
Change-Id: Ia52b5bd629b80a37d3205889cb2c720d00a3d484
Reviewed-on: https://gerrit.libreoffice.org/65778
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sd/qa/unit/data/pptx/smartart-vertial-box-list.pptx b/sd/qa/unit/data/pptx/smartart-vertical-box-list.pptx
similarity index 100%
rename from sd/qa/unit/data/pptx/smartart-vertial-box-list.pptx
rename to sd/qa/unit/data/pptx/smartart-vertical-box-list.pptx
diff --git a/sd/qa/unit/import-tests-smartart.cxx b/sd/qa/unit/import-tests-smartart.cxx
index 999b26d7c422..3f644caa8278 100644
--- a/sd/qa/unit/import-tests-smartart.cxx
+++ b/sd/qa/unit/import-tests-smartart.cxx
@@ -60,8 +60,8 @@ public:
void testEquation();
void testSegmentedCycle();
void testBaseRtoL();
- void testVertialBoxList();
- void testVertialBracketList();
+ void testVerticalBoxList();
+ void testVerticalBracketList();
void testTableList();
void testAccentProcess();
void testContinuousBlockProcess();
@@ -91,8 +91,8 @@ public:
CPPUNIT_TEST(testEquation);
CPPUNIT_TEST(testSegmentedCycle);
CPPUNIT_TEST(testBaseRtoL);
- CPPUNIT_TEST(testVertialBoxList);
- CPPUNIT_TEST(testVertialBracketList);
+ CPPUNIT_TEST(testVerticalBoxList);
+ CPPUNIT_TEST(testVerticalBracketList);
CPPUNIT_TEST(testTableList);
CPPUNIT_TEST(testAccentProcess);
CPPUNIT_TEST(testContinuousBlockProcess);
@@ -481,10 +481,10 @@ void SdImportTestSmartArt::testBaseRtoL()
xDocShRef->DoClose();
}
-void SdImportTestSmartArt::testVertialBoxList()
+void SdImportTestSmartArt::testVerticalBoxList()
{
sd::DrawDocShellRef xDocShRef = loadURL(
- m_directories.getURLFromSrc("/sd/qa/unit/data/pptx/smartart-vertial-box-list.pptx"), PPTX);
+ m_directories.getURLFromSrc("/sd/qa/unit/data/pptx/smartart-vertical-box-list.pptx"), PPTX);
uno::Reference<drawing::XShapes> xShapeGroup(getShapeFromPage(0, 0, xDocShRef),
uno::UNO_QUERY_THROW);
// Without the accompanying fix in place, this test would have failed with
@@ -517,7 +517,7 @@ void SdImportTestSmartArt::testVertialBoxList()
xDocShRef->DoClose();
}
-void SdImportTestSmartArt::testVertialBracketList()
+void SdImportTestSmartArt::testVerticalBracketList()
{
sd::DrawDocShellRef xDocShRef = loadURL(
m_directories.getURLFromSrc("/sd/qa/unit/data/pptx/vertical-bracket-list.pptx"), PPTX);
More information about the Libreoffice-commits
mailing list