Add test for Swiss pairings
This commit is contained in:
18
api-webapp/src/test/resources/aSimpleSwiss/PlayersList.json
Normal file
18
api-webapp/src/test/resources/aSimpleSwiss/PlayersList.json
Normal file
@@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"name": "Burma",
|
||||
"firstname": "Nestor",
|
||||
"rating": "1600",
|
||||
"rank": "-5",
|
||||
"country": "FR",
|
||||
"club": "13Ma"
|
||||
},
|
||||
{
|
||||
"name": "Poirot",
|
||||
"firstname": "Hercule",
|
||||
"rating": "1700",
|
||||
"rank": "-1",
|
||||
"country": "FR",
|
||||
"club": "75Op"
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user