This commit is contained in:
Tim Bentley 2013-01-24 19:08:47 +00:00
parent 97b6592be8
commit afe9f9ba0e
1 changed files with 3 additions and 3 deletions

View File

@ -60,6 +60,6 @@ class TestStartTimeDialog(TestCase):
#self.form.exec_()
# THEN the following values are returned
#self.assertEqual(self.form.hourSpinBox.value(), 1)
#self.assertEqual(self.form.minuteSpinBox.value(), 1)
#self.assertEqual(self.form.secondSpinBox.value(), 1)
self.assertEqual(self.form.hourSpinBox.value(), 0)
self.assertEqual(self.form.minuteSpinBox.value(), 0)
self.assertEqual(self.form.secondSpinBox.value(), 0)