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

Julien Nabet serval2412 at yahoo.fr
Sun Jan 14 07:57:21 UTC 2018


 qadevOOo/tests/java/ifc/accessibility/_XAccessibleAction.java |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit b70c2e2a4c9e42b6d7fd891e6bcef1a6510d4f63
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Jan 13 22:56:55 2018 +0100

    Typo: Unexepected->Unexpected
    
    Change-Id: Id87b14e8cca80c7cc03ff9977fac3effc6f61a52
    Reviewed-on: https://gerrit.libreoffice.org/47847
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleAction.java b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleAction.java
index 9150a3ac0a39..d83b231ebe66 100644
--- a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleAction.java
+++ b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleAction.java
@@ -67,7 +67,7 @@ public class _XAccessibleAction extends lib.MultiMethodTest {
             log.println("Did action: "+act);
             res &= act ;
         } catch (com.sun.star.lang.IndexOutOfBoundsException ioe) {
-            log.println("Unexepected exception -- FAILED");
+            log.println("Unexpected exception -- FAILED");
             res &= false;
         }
 
@@ -102,7 +102,7 @@ public class _XAccessibleAction extends lib.MultiMethodTest {
                 log.println("Found action: "+desc);
                 res &= desc!=null ;
             } catch (com.sun.star.lang.IndexOutOfBoundsException ioe) {
-                log.println("Unexepected exception -- FAILED");
+                log.println("Unexpected exception -- FAILED");
                 res &= false;
             }
         }
@@ -140,7 +140,7 @@ public class _XAccessibleAction extends lib.MultiMethodTest {
                 }
                 res &= true;
             } catch (com.sun.star.lang.IndexOutOfBoundsException ioe) {
-                log.println("Unexepected exception -- FAILED");
+                log.println("Unexpected exception -- FAILED");
                 res &= false;
             }
         }


More information about the Libreoffice-commits mailing list