diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 18:12:15 +0200 |
---|---|---|
committer | Joren De Cuyper <jorendc@libreoffice.org> | 2015-09-29 22:19:19 +0000 |
commit | a2a5187a8ff7b8a18db51a471bd934e5a94c155c (patch) | |
tree | bd7a6fbd0815bf3f6172f60bedbac6d74d363c30 /testtools/source | |
parent | 3406ae78a5bcd02551ce518ca1affba021dbab04 (diff) |
Fix typos
Change-Id: Ifddd2533b767924791338555031b848c59980c52
Reviewed-on: https://gerrit.libreoffice.org/18989
Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
Tested-by: Joren De Cuyper <jorendc@libreoffice.org>
Diffstat (limited to 'testtools/source')
-rw-r--r-- | testtools/source/bridgetest/pyuno/core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testtools/source/bridgetest/pyuno/core.py b/testtools/source/bridgetest/pyuno/core.py index dbba0b4ec57a..9ef8c80afc7d 100644 --- a/testtools/source/bridgetest/pyuno/core.py +++ b/testtools/source/bridgetest/pyuno/core.py @@ -148,7 +148,7 @@ class TestCase( unittest.TestCase): uno.Enum( "com.sun.star.uno.TypeClass", "STRUCT" ), "typeclass of type test") self.failUnless( t1 == t2 , "equal type test" ) self.failUnless( t1 == t2 , "equal type test" ) - self.failUnless( t1 == self.tobj.transportAny( t1 ), "type rountrip test" ) + self.failUnless( t1 == self.tobj.transportAny( t1 ), "type roundtrip test" ) def testBool( self ): self.failUnless( uno.Bool(1) , "uno.Bool true test" ) |