summaryrefslogtreecommitdiffstats
path: root/testtools
diff options
context:
space:
mode:
Diffstat (limited to 'testtools')
-rw-r--r--testtools/source/bridgetest/pyuno/core.py2
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: