The way Fields are stored violates the spec #35
Labels
No labels
bug
ci
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: SlothBusters/gruppe02-slothbusters-projekt3-catan#35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Since tests in
SiedlerGameTestBasic
can be seen as sort of extension of our specification, it's essential that those tests pass. Looking atrequirementLandPlacementTest
's results tells that the current implementation of Fields is faulty or incorrect.Steps to reproduce
requirementLandPlacementTest
GR
but receives an object referenceCause
Incorrect implementation of Fields or the way they are stored. Details are currently unknown.
Impact/Severity
Moderate to high severity
Since the exact cause currently unknown, this issue will either be trivially resolved or cause a lot of refactoring.
Fixed by
31c76c3a0b