jGleitz / JUnit-KIT

Tests for the Tasks of the Programming Lecture for first semesters at the Karlsruhe Institute for Technology, winter semester 14/15. Among the tests themselves, this repository contains helpfull classes for testing unknown implementations.
GNU General Public License v2.0
7 stars 7 forks source link

Integer format tests: remove "+" tests; use smaller invalid numbers #177

Closed pcworld closed 9 years ago

pcworld commented 9 years ago

final2: Remove tests with integers prefixed with + As discussed in #172

InvalidCommandTest: use "smaller" invalid numbers So the chance of them being interpreted as correct is higher

RomanLangrehr commented 9 years ago

I think its a good idea to remove this tests (at least until the discussion in #172 /ILIAS is closed), so in my opinion we can merge this.