Qinfeiii / cs2103aug12-w10-4s

Automatically exported from code.google.com/p/cs2103aug12-w10-4s
0 stars 0 forks source link

Adding a task with a time ignores the minutes value #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a task with a time (date optional - problem exists regardless)

What is the expected output? What do you see instead?
The task is expected to have the time specified, but only the hours value is 
used - minutes is set to 10.

Original issue reported on code.google.com by jchen...@gmail.com on 13 Oct 2012 at 2:59

GoogleCodeExporter commented 9 years ago
Unable to reproduce problem on rev 2d550cd37daf and earlier.
Appears to be regression on rev 55671a16f1dc - bug appears in this build.

Commands used for testing:
/add Test /time 12:30 PM
/add Test /time 1:00
/add Test /time 1:23 PM

Original comment by ready...@gmail.com on 13 Oct 2012 at 3:09

GoogleCodeExporter commented 9 years ago
Resolved in e44f734d7021. UI was displaying Months instead of Minutes.

Original comment by jchen...@gmail.com on 13 Oct 2012 at 4:14