aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtGui/bug_617.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/QtGui/bug_617.py')
-rw-r--r--tests/QtGui/bug_617.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/QtGui/bug_617.py b/tests/QtGui/bug_617.py
index 0da51162d..c5cffb826 100644
--- a/tests/QtGui/bug_617.py
+++ b/tests/QtGui/bug_617.py
@@ -15,7 +15,7 @@ class Bug617(unittest.TestCase):
def testOutOfBounds(self):
e = MyEvent()
- self.assertEqual(repr(e.type()), '<enum-item Type.#out of bounds# (999)>')
+ self.assertEqual(repr(e.type()), '<enum-item PySide.QtCore.QEvent.Type.#out of bounds# (999)>')
if __name__ == "__main__":
unittest.main()