diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-01 00:26:30 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-05-01 09:59:53 +0000 |
commit | 2bdb8da2dc6806bac79ede6875680ca5c7b27044 (patch) | |
tree | 45eb3acf43e1d93e2f0c24d05ff35cf0b57ce2dc /testtools | |
parent | 75d965e5fc6e03513e8da1014c58d67f586b798b (diff) |
Fix typos in code
Change-Id: I24f7b812fe625f3d91a49fb57701a36a8c68eb36
Reviewed-on: https://gerrit.libreoffice.org/24542
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
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 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: |