Cook-E-team / Cook-E

A mobile application that helps schedule cooking with multiple recipes
GNU General Public License v3.0
2 stars 1 forks source link

ScheduleTest should specify correct simultaneity when constructing steps #18

Closed samcrow closed 8 years ago

samcrow commented 8 years ago

The ui-group-b branch incorporates the changes from both other branches that are currently in development. The Step constructor has changed; it now has an isSimultaneous parameter.

To make the tests compile, I made some guesses about the isSimultaneous values. All three scheduling tests now fail. The values should be changed to be correct.

samcrow commented 8 years ago

This appears to be fixed.