[Libreoffice-commits] core.git: qadevOOo/tests testtools/source
Andrea Gelmini
andrea.gelmini at gelma.net
Sun May 1 10:00:19 UTC 2016
qadevOOo/tests/java/ifc/beans/_XHierarchicalPropertySet.java | 4 ++--
testtools/source/bridgetest/pyuno/core.py | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 2bdb8da2dc6806bac79ede6875680ca5c7b27044
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Sun May 1 00:26:30 2016 +0200
Fix typos in code
Change-Id: I24f7b812fe625f3d91a49fb57701a36a8c68eb36
Reviewed-on: https://gerrit.libreoffice.org/24542
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
diff --git a/qadevOOo/tests/java/ifc/beans/_XHierarchicalPropertySet.java b/qadevOOo/tests/java/ifc/beans/_XHierarchicalPropertySet.java
index 16ce506..c7cc8fa 100644
--- a/qadevOOo/tests/java/ifc/beans/_XHierarchicalPropertySet.java
+++ b/qadevOOo/tests/java/ifc/beans/_XHierarchicalPropertySet.java
@@ -62,7 +62,7 @@ public class _XHierarchicalPropertySet extends MultiMethodTest {
} catch (com.sun.star.lang.IllegalArgumentException e) {
log.println(" is illegal");
} catch (com.sun.star.lang.WrappedTargetException e) {
- log.println(" throws expeption " + e.getMessage());
+ log.println(" throws exception " + e.getMessage());
}
}
@@ -140,4 +140,4 @@ public class _XHierarchicalPropertySet extends MultiMethodTest {
return result;
}
-}
\ No newline at end of file
+}
diff --git a/testtools/source/bridgetest/pyuno/core.py b/testtools/source/bridgetest/pyuno/core.py
index 9ef8c80..b45e10f 100644
--- a/testtools/source/bridgetest/pyuno/core.py
+++ b/testtools/source/bridgetest/pyuno/core.py
@@ -210,7 +210,7 @@ class TestCase( unittest.TestCase):
raise ioExc( "huhuh" , self.tobj )
except unoExc , instance:
wasHere = 1
- self.failUnless( wasHere , "exceptiont test 1" )
+ self.failUnless( wasHere , "exception test 1" )
wasHere = 0
try:
More information about the Libreoffice-commits
mailing list