Commit 7b274617 7b27461701d8b936c1098697883e830efb5962b5 by Vincent Peybernes

#4 Implement Relative Placement - add a test case.

1 parent 50001c8a
Pipeline #6 for 7b274617 passed in 24 seconds
...@@ -31,5 +31,19 @@ ...@@ -31,5 +31,19 @@
31 "324": [5,6,5,5,6] 31 "324": [5,6,5,5,6]
32 }, 32 },
33 "result":["320","284","126","330","288","324"] 33 "result":["320","284","126","330","288","324"]
34 },
35 {
36 "comment": "Steve Hunt‎ injustice demo",
37 "votes":{
38 "Couple A": [4,1,1,2,1],
39 "Couple B": [2,3,5,4,4],
40 "Couple C": [1,5,4,1,5],
41 "Couple D": [5,6,3,3,8],
42 "Couple E": [7,2,2,6,7],
43 "Couple F": [6,8,8,5,2],
44 "Couple G": [8,4,6,8,6],
45 "Couple H": [3,7,7,7,3]
46 },
47 "result":["Couple A","Couple B","Couple C","Couple D","Couple E","Couple F","Couple G","Couple H"]
34 } 48 }
35 ] 49 ]
...\ No newline at end of file ...\ No newline at end of file
......