Kaydet (Commit) b70c2e2a authored tarafından Julien Nabet's avatar Julien Nabet

Typo: Unexepected->Unexpected

Change-Id: Id87b14e8cca80c7cc03ff9977fac3effc6f61a52
Reviewed-on: https://gerrit.libreoffice.org/47847Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 39dd42b5
...@@ -67,7 +67,7 @@ public class _XAccessibleAction extends lib.MultiMethodTest { ...@@ -67,7 +67,7 @@ public class _XAccessibleAction extends lib.MultiMethodTest {
log.println("Did action: "+act); log.println("Did action: "+act);
res &= act ; res &= act ;
} catch (com.sun.star.lang.IndexOutOfBoundsException ioe) { } catch (com.sun.star.lang.IndexOutOfBoundsException ioe) {
log.println("Unexepected exception -- FAILED"); log.println("Unexpected exception -- FAILED");
res &= false; res &= false;
} }
...@@ -102,7 +102,7 @@ public class _XAccessibleAction extends lib.MultiMethodTest { ...@@ -102,7 +102,7 @@ public class _XAccessibleAction extends lib.MultiMethodTest {
log.println("Found action: "+desc); log.println("Found action: "+desc);
res &= desc!=null ; res &= desc!=null ;
} catch (com.sun.star.lang.IndexOutOfBoundsException ioe) { } catch (com.sun.star.lang.IndexOutOfBoundsException ioe) {
log.println("Unexepected exception -- FAILED"); log.println("Unexpected exception -- FAILED");
res &= false; res &= false;
} }
} }
...@@ -140,7 +140,7 @@ public class _XAccessibleAction extends lib.MultiMethodTest { ...@@ -140,7 +140,7 @@ public class _XAccessibleAction extends lib.MultiMethodTest {
} }
res &= true; res &= true;
} catch (com.sun.star.lang.IndexOutOfBoundsException ioe) { } catch (com.sun.star.lang.IndexOutOfBoundsException ioe) {
log.println("Unexepected exception -- FAILED"); log.println("Unexpected exception -- FAILED");
res &= false; res &= false;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment