#395 closed defect (fixed)
Requirements can incorrectly allow based on common divisor
Reported by: | ibboard | Owned by: | ibboard |
---|---|---|---|
Priority: | blocker | Milestone: | WarFoundry API 0.2 |
Component: | WarFoundry-API | Version: | Trunk |
Keywords: | requirement army validation | Cc: | |
Blocked By: | Blocking: |
Description
Snowblizz has found that [464/IBBoard.WarFoundry.API] has broken requirements that can be represented as a fraction using smaller number (e.g. "2 allowed for every 4" should not allow any with 3, but is now allowing 1 for every 2 because 2 and 4 are divisible by 2).
Change History (7)
comment:1 Changed 8 years ago by
Owner: | set to ibboard |
---|---|
Status: | new → accepted |
comment:2 Changed 8 years ago by
comment:3 Changed 8 years ago by
comment:4 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:5 Changed 8 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Thought of another value that needed testing.
comment:6 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
In 12ac487af0baeb8944681f82afc8a328523fd902/IBBoard.WarFoundry.API.Tests: