aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtGui/bug_617.py
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-02-10 18:38:46 -0200
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:53:58 -0300
commitdae317b8314da6f0e594128b3b3fed01c448bbc9 (patch)
tree77120c6126e255a9eadce102df5ef3b02392ace6 /tests/QtGui/bug_617.py
parentf5a70fbbc42fa7a6ac7a2644eb1ed2d8509bac5e (diff)
Fix bug 638 - "Documentation for phonon doesn't show class inheritance diagrams."
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()