Fix bug 638 - "Documentation for phonon doesn't show class inheritance diagrams."

This commit is contained in:
Hugo Parente Lima 2011-02-10 18:38:46 -02:00
commit 26d6f4a39e
3 changed files with 63 additions and 65 deletions

View file

@ -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()