Fix bug 638 - "Documentation for phonon doesn't show class inheritance diagrams."
This commit is contained in:
parent
f5a70fbbc4
commit
dae317b831
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