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

Andrea Gelmini andrea.gelmini at gelma.net
Wed Sep 30 03:58:26 PDT 2015


 qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java            |    2 +-
 qadevOOo/tests/java/ifc/accessibility/_XAccessibleSelection.java  |    4 ++--
 qadevOOo/tests/java/ifc/awt/_XControl.java                        |    6 +++---
 qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java          |    2 +-
 qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java             |    2 +-
 qadevOOo/tests/java/ifc/connection/_XAcceptor.java                |    2 +-
 qadevOOo/tests/java/ifc/form/_XChangeBroadcaster.java             |    2 +-
 qadevOOo/tests/java/ifc/frame/_XDispatchProviderInterception.java |    2 +-
 qadevOOo/tests/java/ifc/frame/_XDispatchRecorder.java             |    2 +-
 qadevOOo/tests/java/ifc/frame/_XModuleManager.java                |    4 ++--
 qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java            |    2 +-
 qadevOOo/tests/java/ifc/io/_XObjectInputStream.java               |    2 +-
 qadevOOo/tests/java/ifc/linguistic2/_XDictionaryList.java         |    4 ++--
 qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java            |    4 ++--
 qadevOOo/tests/java/ifc/sheet/_XRangeSelection.java               |    2 +-
 15 files changed, 21 insertions(+), 21 deletions(-)

New commits:
commit 6d623c9ebca074df4ad46c6316e901eff71c0502
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Wed Sep 30 12:52:38 2015 +0200

    Fix typos
    
    Change-Id: Ibe0a436f38da760267d9b33893e3c2e8fef2f1d5
    Reviewed-on: https://gerrit.libreoffice.org/18964
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
    Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java b/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java
index 0d0841c..28e3624 100644
--- a/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java
+++ b/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java
@@ -357,7 +357,7 @@ public class CheckModuleAPI extends ComplexTestCase
         aModuleHashMap.put("sfx", "sfx2");
         aModuleHashMap.put("sm", "starmath");
 
-        // it could the that the parameter looks like "fwk,fwl". This results in double "famework,framework".
+        // it could be that the parameter looks like "fwk,fwl". This results in double "famework,framework".
         // The following loop correct this to only one "framework"
 
         final Set<String> keys = aModuleHashMap.keySet();
diff --git a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleSelection.java b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleSelection.java
index d7e84b7..edbf477 100644
--- a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleSelection.java
+++ b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleSelection.java
@@ -45,7 +45,7 @@ import lib.StatusException;
  * <ul>
  *  <li> <code>'XAccessibleSelection.multiSelection'</code>
  *  (of type <code>Boolean</code>) <b> optional </b>:
- *   Indicates whether or not mutiply children could be selected.
+ *   Indicates whether or not multiply children could be selected.
  *   If the relation is <code>false</code> then more than 1 child
  *   couldn't be selected. </li>
  * </ul> <p>
@@ -583,4 +583,4 @@ public class _XAccessibleSelection extends MultiMethodTest {
 
         return res;
     }
-}
\ No newline at end of file
+}
diff --git a/qadevOOo/tests/java/ifc/awt/_XControl.java b/qadevOOo/tests/java/ifc/awt/_XControl.java
index 67f4a67..1dd1da4 100644
--- a/qadevOOo/tests/java/ifc/awt/_XControl.java
+++ b/qadevOOo/tests/java/ifc/awt/_XControl.java
@@ -110,12 +110,12 @@ public class _XControl extends MultiMethodTest {
         tRes.tested("createPeer()",true);
     }
 
-    /**
-    * Test calls the method. Then the object ralation 'WINPEER' is
+    /*
+    * Test calls the method. Then the object relation 'WINPEER' is
     * obtained, and compared with the peer, gotten from (XControl) oObj
     * variable.<p>
     * Has <b> OK </b> status if peer gotten isn't null
-    * The following method tests are to be completed successfully before :
+    * The following method tests are to be completed successfully before:
     */
     public void _getPeer() {
         requiredMethod("createPeer()");
diff --git a/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java b/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java
index e06959d..1b91aed 100644
--- a/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java
+++ b/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java
@@ -92,7 +92,7 @@ public class _XUserInputInterception extends MultiMethodTest {
     /** indicates if the mouseReleased event was called*/
     private boolean m_keyReleased2 = false;
 
-    /** get the object rlation XUserInputInterception.XModel from the
+    /** get the object relation XUserInputInterception.XModel from the
      * test environment
      */
     @Override
diff --git a/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java b/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java
index 24c6ab4..6328614 100644
--- a/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java
+++ b/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java
@@ -173,7 +173,7 @@ public class _XMultiPropertySet extends MultiMethodTest {
             return;
         }
 
-        // Change one of the property to be sure, that this event was cauched.
+        // Change one of the property to be sure that this event was catched.
         for (int i=0; i<testPropsAmount;i++) {
             log.print("Trying to change property " + testPropsNames[i]);
             try {
diff --git a/qadevOOo/tests/java/ifc/connection/_XAcceptor.java b/qadevOOo/tests/java/ifc/connection/_XAcceptor.java
index f0b5dc8..d8f7610 100644
--- a/qadevOOo/tests/java/ifc/connection/_XAcceptor.java
+++ b/qadevOOo/tests/java/ifc/connection/_XAcceptor.java
@@ -123,7 +123,7 @@ public class _XAcceptor extends MultiMethodTest {
         XAcceptor dupAcceptor = null ;
         XConnector xConnector = null ;
 
-        // creating services requierd
+        // creating services required
         try {
             Object oConnector = (tParam.getMSF()).
                 createInstance("com.sun.star.connection.Connector") ;
diff --git a/qadevOOo/tests/java/ifc/form/_XChangeBroadcaster.java b/qadevOOo/tests/java/ifc/form/_XChangeBroadcaster.java
index 11c648f..d8dd8da 100644
--- a/qadevOOo/tests/java/ifc/form/_XChangeBroadcaster.java
+++ b/qadevOOo/tests/java/ifc/form/_XChangeBroadcaster.java
@@ -163,7 +163,7 @@ public class _XChangeBroadcaster extends MultiMethodTest {
     /**
      * Changes the content of the component depending on whether
      * <code>XTextComponent</code> is supported or not. If yes
-     * then the text is chahged, if not the relation <code>change()</code>
+     * then the text is changed, if not the relation <code>change()</code>
      * method is used.
      */
     protected void changeContent() {
diff --git a/qadevOOo/tests/java/ifc/frame/_XDispatchProviderInterception.java b/qadevOOo/tests/java/ifc/frame/_XDispatchProviderInterception.java
index b4ab947..a627fa1 100644
--- a/qadevOOo/tests/java/ifc/frame/_XDispatchProviderInterception.java
+++ b/qadevOOo/tests/java/ifc/frame/_XDispatchProviderInterception.java
@@ -87,7 +87,7 @@ public class _XDispatchProviderInterception extends MultiMethodTest {
 
     TestInterceptor interceptor = null ;
     /**
-    * Cereates new interceptor implementation.
+    * Creates new interceptor implementation.
     */
     @Override
     public void before() {
diff --git a/qadevOOo/tests/java/ifc/frame/_XDispatchRecorder.java b/qadevOOo/tests/java/ifc/frame/_XDispatchRecorder.java
index 8a684ed..bd88640 100644
--- a/qadevOOo/tests/java/ifc/frame/_XDispatchRecorder.java
+++ b/qadevOOo/tests/java/ifc/frame/_XDispatchRecorder.java
@@ -123,7 +123,7 @@ public class _XDispatchRecorder extends MultiMethodTest {
 
         oObj.startRecording(xFrame);
 
-        // positve test
+        // positive test
         dispURL = utils.parseURL(tParam.getMSF(), ".uno:InsertText");
 
         PropertyValue prop = new PropertyValue();
diff --git a/qadevOOo/tests/java/ifc/frame/_XModuleManager.java b/qadevOOo/tests/java/ifc/frame/_XModuleManager.java
index cc8d842..0112b6d 100644
--- a/qadevOOo/tests/java/ifc/frame/_XModuleManager.java
+++ b/qadevOOo/tests/java/ifc/frame/_XModuleManager.java
@@ -59,7 +59,7 @@ public class _XModuleManager extends MultiMethodTest {
      * <CODE>XModel</CODE>. The name of the PropertyValue contains the expected return
      * value of method <CODE>indetify()</CODE> if the method was called with
      * coresponding value.<p>
-     * As enhancement the method <CODE>identify()</CODE> was called with incvalid
+     * As enhancement the method <CODE>identify()</CODE> was called with invalid
      * parameter. In this case the thrown exceptions was catched.
      */
     public XModuleManager oObj = null;
@@ -100,7 +100,7 @@ public class _XModuleManager extends MultiMethodTest {
             (Status.failed("Relation 'xModelSeq' not found.")) ;
     }
 
-    /** The method <CODE>identify()</CODE> was used for every entry in sequeze of
+    /* The method <CODE>identify()</CODE> was used for every entry in sequence of
      * object relations.
      */
     public void _identify() {
diff --git a/qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java b/qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java
index c5e84d5..af8621d 100644
--- a/qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java
+++ b/qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java
@@ -39,7 +39,7 @@ import com.sun.star.frame.DispatchResultEvent;
 *   </code>): URL for passing to <code>dispatch()</code> method. </li>
 *  <li> <code>[OPTIONAL] 'XNotifyingDispatchArgument'</code>
 *    (of type  sequence<code>com::sun::star::beans::PropertyValue
-*   </code>): argumets for <code>dispatchWithNotification()</code> method. </li>
+*   </code>): arguments for <code>dispatchWithNotification()</code> method. </li>
 * <ul> <p>
 * @see com.sun.star.frame.XDispatch
 * @see com.sun.star.frame.XNotifyingDispatch
diff --git a/qadevOOo/tests/java/ifc/io/_XObjectInputStream.java b/qadevOOo/tests/java/ifc/io/_XObjectInputStream.java
index 5f55f0b..bfcb3f6 100644
--- a/qadevOOo/tests/java/ifc/io/_XObjectInputStream.java
+++ b/qadevOOo/tests/java/ifc/io/_XObjectInputStream.java
@@ -49,7 +49,7 @@ public class _XObjectInputStream extends MultiMethodTest {
     public XObjectInputStream oObj = null;
 
     /**
-    * Test reads perisist object from stream and compares properties
+    * Test reads persist object from stream and compares properties
     * of the object with properties of persist object obtained
     * from relation <code>'PersistObject'</code> <p>
     * Has <b> OK </b> status if returned value isn't null and values
diff --git a/qadevOOo/tests/java/ifc/linguistic2/_XDictionaryList.java b/qadevOOo/tests/java/ifc/linguistic2/_XDictionaryList.java
index 6220540..2df6233 100644
--- a/qadevOOo/tests/java/ifc/linguistic2/_XDictionaryList.java
+++ b/qadevOOo/tests/java/ifc/linguistic2/_XDictionaryList.java
@@ -110,7 +110,7 @@ public class _XDictionaryList extends MultiMethodTest {
     * <code>processDictionaryListEvent</code>, removes listener, checks flag
     * <code>listenerCalled</code> and checks returned value. <p>
     * Has <b> OK </b> status if returned value is true and value of flag
-    * <code>listenerCallled</code> is true. <p>
+    * <code>listenerCalled</code> is true. <p>
     */
     public void _addDictionaryListEventListener() {
         listenerCalled = false;
@@ -138,7 +138,7 @@ public class _XDictionaryList extends MultiMethodTest {
     * <code>processDictionaryListEvent</code>, checks flag
     * <code>listenerCalled</code> and checks returned value. <p>
     * Has <b> OK </b> status if returned value is false and value of flag
-    * <code>listenerCallled</code> is false. <p>
+    * <code>listenerCalled</code> is false. <p>
     */
     public void _removeDictionaryListEventListener() {
         listenerCalled = false;
diff --git a/qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java b/qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java
index 7caa197..f278f73 100644
--- a/qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java
+++ b/qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java
@@ -41,7 +41,7 @@ public class _XProxyFactory extends MultiMethodTest {
      */
     public XProxyFactory oObj;
 
-    /**
+    /*
     * First an implementation of
     * <code>com.sun.star.lang.XInitialization</code> interface
     * is made which sets a flag when its <code>initialize()</code>
@@ -50,7 +50,7 @@ public class _XProxyFactory extends MultiMethodTest {
     * object is tried to query for <code>XInitialization</code>
     * interface and it's <code>initialize</code> method is
     * called. The goal is to check if the real object method
-    * was called throwgh it's proxy. <p>
+    * was called through its proxy. <p>
     * Has <b>OK</b> status if the real object method was
     * called and parameters were passed correctly.
     */
diff --git a/qadevOOo/tests/java/ifc/sheet/_XRangeSelection.java b/qadevOOo/tests/java/ifc/sheet/_XRangeSelection.java
index 1b29d1e..e2a2aa0 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XRangeSelection.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XRangeSelection.java
@@ -116,7 +116,7 @@ public class _XRangeSelection extends MultiMethodTest {
         // wait for listeners
         waitForEventIdle();
 
-        // get closer button: move if window cobvers the sheet center
+        // get closer button: move if window covers the sheet center
         Point closer = getCloser(center);
         if (closer == null)
             throw new StatusException(Status.failed("Couldn't get the close Button."));


More information about the Libreoffice-commits mailing list