[Libreoffice-commits] core.git: qadevOOo/tests

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Aug 12 14:23:58 UTC 2019


 qadevOOo/tests/java/mod/_sd/SdUnoSlideView.java               |    2 +-
 qadevOOo/tests/java/mod/_simplereg/uno/SimpleRegistry.java    |    2 +-
 qadevOOo/tests/java/mod/_simreg/SimpleRegistry.java           |    2 +-
 qadevOOo/tests/java/mod/_svx/SvxShapeCollection.java          |    2 +-
 qadevOOo/tests/java/mod/_svx/SvxShapeConnector.java           |    2 +-
 qadevOOo/tests/java/mod/_svx/SvxShapeControl.java             |    2 +-
 qadevOOo/tests/java/mod/_svx/SvxShapeDimensioning.java        |    2 +-
 qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygon.java         |    2 +-
 qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentPageView.java |    2 +-
 qadevOOo/tests/java/mod/_sw/SwAccessibleEndnoteView.java      |    4 ++--
 10 files changed, 11 insertions(+), 11 deletions(-)

New commits:
commit a8960b2eb558b7e3a6a5c9d7c940e5b3dbc9911e
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Aug 11 19:35:31 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Aug 12 16:22:48 2019 +0200

    Fix typos
    
    Change-Id: I0164d554e52225a6c6e9bece47a96a2ff3c85612
    Reviewed-on: https://gerrit.libreoffice.org/77303
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/qadevOOo/tests/java/mod/_sd/SdUnoSlideView.java b/qadevOOo/tests/java/mod/_sd/SdUnoSlideView.java
index 8a3862293e00..25016309a8e8 100644
--- a/qadevOOo/tests/java/mod/_sd/SdUnoSlideView.java
+++ b/qadevOOo/tests/java/mod/_sd/SdUnoSlideView.java
@@ -104,7 +104,7 @@ public class SdUnoSlideView extends TestCase {
         // get a soffice factory object
         SOfficeFactory SOF = SOfficeFactory.getFactory( Param.getMSF());
         XDrawPages xDP = null;
-        log.println( "creating a impress document" );
+        log.println( "creating an impress document" );
         xImpressDoc = SOF.createImpressDoc(null);
         util.utils.waitForEventIdle(Param.getMSF());
         xDP = DrawTools.getDrawPages(xImpressDoc);
diff --git a/qadevOOo/tests/java/mod/_simplereg/uno/SimpleRegistry.java b/qadevOOo/tests/java/mod/_simplereg/uno/SimpleRegistry.java
index d209cac4aedf..99146f159e3d 100644
--- a/qadevOOo/tests/java/mod/_simplereg/uno/SimpleRegistry.java
+++ b/qadevOOo/tests/java/mod/_simplereg/uno/SimpleRegistry.java
@@ -54,7 +54,7 @@ public class SimpleRegistry extends TestCase {
     * @param src Source file path.
     * @param dst Destination file path.
     * @param log The log writer.
-    * @throws java.io.IOException If any problems occur during copiing.
+    * @throws java.io.IOException If any problems occur during copying.
     */
     protected void copyFile(String src, String dst, PrintWriter log)
             throws java.io.IOException {
diff --git a/qadevOOo/tests/java/mod/_simreg/SimpleRegistry.java b/qadevOOo/tests/java/mod/_simreg/SimpleRegistry.java
index 779019bb5050..8c513d7b595c 100644
--- a/qadevOOo/tests/java/mod/_simreg/SimpleRegistry.java
+++ b/qadevOOo/tests/java/mod/_simreg/SimpleRegistry.java
@@ -57,7 +57,7 @@ public class SimpleRegistry extends TestCase {
     * @param src Source file path.
     * @param dst Destination file path.
     * @param log The log writer.
-    * @throws java.io.IOException If any problems occur during copiing.
+    * @throws java.io.IOException If any problems occur during copying.
     */
     protected void copyFile(String src, String dst, PrintWriter log)
             throws java.io.IOException {
diff --git a/qadevOOo/tests/java/mod/_svx/SvxShapeCollection.java b/qadevOOo/tests/java/mod/_svx/SvxShapeCollection.java
index 151caf5eeb4d..5cbad5230053 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxShapeCollection.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxShapeCollection.java
@@ -115,7 +115,7 @@ public class SvxShapeCollection extends TestCase {
 
         }
         catch (Exception e) {
-            log.println("Couldn't create insance");
+            log.println("Couldn't create instance");
             e.printStackTrace(log);
         }
 
diff --git a/qadevOOo/tests/java/mod/_svx/SvxShapeConnector.java b/qadevOOo/tests/java/mod/_svx/SvxShapeConnector.java
index 7340da22a30c..7236bcc18c29 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxShapeConnector.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxShapeConnector.java
@@ -131,7 +131,7 @@ public class SvxShapeConnector extends TestCase {
             DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape);
         }
         catch (Exception e) {
-            log.println("Couldn't create insance");
+            log.println("Couldn't create instance");
             e.printStackTrace(log);
         }
 
diff --git a/qadevOOo/tests/java/mod/_svx/SvxShapeControl.java b/qadevOOo/tests/java/mod/_svx/SvxShapeControl.java
index aac416f0c5a4..fe07d05789e1 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxShapeControl.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxShapeControl.java
@@ -108,7 +108,7 @@ public class SvxShapeControl extends TestCase {
             DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape) ;
         }
         catch (Exception e) {
-            log.println("Couldn't create insance");
+            log.println("Couldn't create instance");
             e.printStackTrace(log);
         }
 
diff --git a/qadevOOo/tests/java/mod/_svx/SvxShapeDimensioning.java b/qadevOOo/tests/java/mod/_svx/SvxShapeDimensioning.java
index aec6cc2df2b3..7cccfe0694fd 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxShapeDimensioning.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxShapeDimensioning.java
@@ -116,7 +116,7 @@ public class SvxShapeDimensioning extends TestCase {
             DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape) ;
         }
         catch (Exception e) {
-            log.println("Couldn't create insance");
+            log.println("Couldn't create instance");
             e.printStackTrace(log);
         }
 
diff --git a/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygon.java b/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygon.java
index 552ac5fb465e..d5a43870a533 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygon.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygon.java
@@ -210,7 +210,7 @@ public class SvxShapePolyPolygon extends TestCase {
             DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape) ;
         }
         catch (Exception e) {
-            log.println("Couldn't create insance");
+            log.println("Couldn't create instance");
             e.printStackTrace(log);
         }
 
diff --git a/qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentPageView.java b/qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentPageView.java
index 79d441d85a1a..5fb1a47797b2 100644
--- a/qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentPageView.java
+++ b/qadevOOo/tests/java/mod/_sw/SwAccessibleDocumentPageView.java
@@ -50,7 +50,7 @@ public class SwAccessibleDocumentPageView extends TestCase {
     * Called to create an instance of <code>TestEnvironment</code>
     * with an object to test and related objects.
     * Switch the document to Print Preview mode.
-    * Obtains accissible object for the document page view.
+    * Obtains accessible object for the document page view.
     *
     * @param Param test parameters
     * @param log writer to log information while testing
diff --git a/qadevOOo/tests/java/mod/_sw/SwAccessibleEndnoteView.java b/qadevOOo/tests/java/mod/_sw/SwAccessibleEndnoteView.java
index 9d12789ca1e8..eb66279fad76 100644
--- a/qadevOOo/tests/java/mod/_sw/SwAccessibleEndnoteView.java
+++ b/qadevOOo/tests/java/mod/_sw/SwAccessibleEndnoteView.java
@@ -67,7 +67,7 @@ public class SwAccessibleEndnoteView extends TestCase {
 
         log.println( "Creating a test environment" );
         XMultiServiceFactory msf = UnoRuntime.queryInterface(XMultiServiceFactory.class, xTextDoc);
-        log.println("creating a endnote");
+        log.println("creating an endnote");
         oEndnote = UnoRuntime.queryInterface(XInterface.class,
                 msf.createInstance("com.sun.star.text.Endnote"));
 
@@ -84,7 +84,7 @@ public class SwAccessibleEndnoteView extends TestCase {
         XPropertySet xPropSet = xViewSetSup.getViewSettings();
 
         //change zoom value to 20%
-        //footer should be in the vissible area of the document
+        //footer should be in the visible area of the document
         xPropSet.setPropertyValue("ZoomValue", Short.valueOf("20"));
 
         XModel aModel = UnoRuntime.queryInterface(XModel.class, xTextDoc);


More information about the Libreoffice-commits mailing list