Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug incorrect assumption in test framework
AbstractCheckDigitTest.testSerialization() incoorectly assumes that the class it is testing implements Serializable. The class tested is a CheckDigit which does not implement Serializable. Implementions of CheckDigit MAY choose to implement Serializable in which case testSerialization() will test.
- Loading branch information