This commit is contained in:
Alessandro Pasotti 2019-06-06 13:45:11 +02:00
parent 7737cf6b6b
commit b10d85f410

View File

@ -87,7 +87,7 @@ class TestQgsAttributeForm(unittest.TestCase):
"""
Note: this crashed two times for datetime (see GH #29937):
- first crash with inital NULL values, because widget's clear() triggered changed()
- first crash with initial NULL values, because widget's clear() triggered changed()
- second crash when setting a value, because setDateTime() triggered changed()
There are no assertions in this test because we are looking for a crash.