diff options
Diffstat (limited to 'testtools')
-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" ) |