Review Board 1.0.8

Ticket #608: Fixed failing tests related to "out_of" for GradeEntryItems

Updated 4 months, 3 weeks ago

Farah Juma Reviewers
markus_developers
608
None MarkUs Source Code Repository
Changing "out_of" to a float resulted in some unit and functional test failures related to grade entry items. The problem was that there was an "only_integer" check being done in grade_entry_item.rb.

I also migrated grade_entry_item_test.rb to Machinist.
All of the unit tests and functional tests now pass:

Units:
465 tests, 760 assertions, 0 failures, 0 errors

Functionals:
1131 tests, 1687 assertions, 0 failures, 0 errors
Ship it!
Posted 5 months ago (February 28th, 2010, 10:01 p.m.)
Great work! Looks like a ship it to me. Thanks for doing the machinist migration too.
Ship it!
Posted 5 months ago (March 1st, 2010, 3:46 p.m.)
Farah:

All passes for me.  Well done!  Thanks!

-Mike