aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtCore
diff options
context:
space:
mode:
authorrenatofilho <renato.filho@openbossa.org>2010-10-19 15:20:09 -0300
committerrenatofilho <renato.filho@openbossa.org>2010-10-19 17:07:37 -0300
commitbea4934c04fe49eedff218e9905926ec3477e0b1 (patch)
tree3484001ed79b189aba8de4a14359e21c2b153cb2 /tests/QtCore
parentaf870d2e32699963b218ff33c25a2d4452a75be8 (diff)
Included missing function on unit test for bug 332.
Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'tests/QtCore')
-rw-r--r--tests/QtCore/bug_332.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/QtCore/bug_332.py b/tests/QtCore/bug_332.py
index ae087421b..32ff414ad 100644
--- a/tests/QtCore/bug_332.py
+++ b/tests/QtCore/bug_332.py
@@ -14,3 +14,5 @@ class TestBug(unittest.TestCase):
l.tryLock() # this cause a assertion
+if __name__ == '__main__':
+ unittest.main()