Ticket #608: Fixed failing tests related to "out_of" for GradeEntryItems
Updated 1 year, 11 months 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
| trunk/test/unit/grade_entry_item_test.rb | |
|---|---|
| Revision 1201 | New Change |

Other reviews