JeremyMerkur / Markus

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

Fix for Issue-15: Groups not being allocated tokens #24

Closed nmaraston closed 11 years ago

nmaraston commented 11 years ago

This is a fix for issue: https://github.com/JeremyMerkur/Markus/issues/15

Currently, groups are only assigned tokens when they are created and the test framework is enabled. However, if the test framework is enabled after groups are created, then those groups will not be assigned tokens and they will be left in an inconsistent state.

To fix this, this PR assigns tokens to groups even if the test framework is not enabled.

JeremyMerkur commented 11 years ago

Looks good to me.