diff options
-rw-r--r-- | qadevOOo/tests/java/ifc/beans/_XHierarchicalPropertySet.java | 4 | ||||
-rw-r--r-- | testtools/source/bridgetest/pyuno/core.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/beans/_XHierarchicalPropertySet.java b/qadevOOo/tests/java/ifc/beans/_XHierarchicalPropertySet.java index 16ce506c6fae..c7cc8faf71eb 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 9ef8c80afc7d..b45e10f78d88 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: |