forked from openlp/openlp
fix test
This commit is contained in:
parent
97b6592be8
commit
afe9f9ba0e
@ -60,6 +60,6 @@ class TestStartTimeDialog(TestCase):
|
|||||||
#self.form.exec_()
|
#self.form.exec_()
|
||||||
|
|
||||||
# THEN the following values are returned
|
# THEN the following values are returned
|
||||||
#self.assertEqual(self.form.hourSpinBox.value(), 1)
|
self.assertEqual(self.form.hourSpinBox.value(), 0)
|
||||||
#self.assertEqual(self.form.minuteSpinBox.value(), 1)
|
self.assertEqual(self.form.minuteSpinBox.value(), 0)
|
||||||
#self.assertEqual(self.form.secondSpinBox.value(), 1)
|
self.assertEqual(self.form.secondSpinBox.value(), 0)
|
Loading…
Reference in New Issue
Block a user