aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/QtCore/qabs_test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/QtCore/qabs_test.py b/tests/QtCore/qabs_test.py
index 1727ae6d5..37ff9c7cd 100644
--- a/tests/QtCore/qabs_test.py
+++ b/tests/QtCore/qabs_test.py
@@ -14,7 +14,8 @@ class QAbsTest(unittest.TestCase):
check(0)
check(-10)
check(10)
-
+ check(10.5)
+ check(-10.5)
if __name__ == '__main__':
unittest.main()