Skip to content

Commit

Permalink
add a person to the test
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmar committed Mar 1, 2013
1 parent e514a69 commit ecc5da3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions timetable.hs
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ test = timetable testPersons cs 2 2
[ Person "P" [c1,c2] [ Person "P" [c1,c2]
, Person "Q" [c2,c3] , Person "Q" [c2,c3]
, Person "R" [c3,c4] , Person "R" [c3,c4]
, Person "S" [c1,c4]
] ]


test2 n m = timetable testPersons cs m n test2 n m = timetable testPersons cs m n
Expand Down

0 comments on commit ecc5da3

Please sign in to comment.