Fix bug 638 - "Documentation for phonon doesn't show class inheritance diagrams."
This commit is contained in:
parent
42e149598e
commit
26d6f4a39e
3 changed files with 63 additions and 65 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue