JeremyMerkur / Markus

Git repository of MarkUs
http://www.markusproject.org
MIT License
0 stars 0 forks source link

Fix for Issue-27: TestResult models failing to save #28

Closed nmaraston closed 11 years ago

nmaraston commented 11 years ago

This is a fix for issue: #27

Similar to issue #16 , TestResult models were validating the presence of a submission id. However, when tests are run on request by the student, a submission id is not required. Therefore, submission ids on these models should also be optional.

This fix modifies the following:

JeremyMerkur commented 11 years ago

Looks good to me.