aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtGui/bug_576.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/QtGui/bug_576.py')
-rw-r--r--tests/QtGui/bug_576.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/QtGui/bug_576.py b/tests/QtGui/bug_576.py
index b3c11a35c..e66e1099d 100644
--- a/tests/QtGui/bug_576.py
+++ b/tests/QtGui/bug_576.py
@@ -8,6 +8,7 @@ import unittest
class Bug576(unittest.TestCase):
def onButtonDestroyed(self, button):
self._destroyed = True
+ self.assert_(isinstance(button, QtGui.QPushButton))
def testWidgetParent(self):
self._destroyed = False