git ssb

0+

Piet / ssb-loomio



Commit 6ff5525de64024e3f4384c5852534166d5c68063

Adds skipped tests.

Piet Geursen committed on 3/6/2018, 2:06:34 AM
Parent: a9066ada5725359824ce7bca9e5007251109f74c

Files changed

test/position/sync/chooseOneResults.test.jschanged
test/position/sync/chooseOneResults.test.jsView
@@ -28,8 +28,18 @@
2828 t.deepEqual(actual[2], [sallyId], 'correct voters for choice 2')
2929 t.end()
3030 })
3131
32+test.skip('Position - a position stated for an invalid choice index is not counted', function(t) {
33+
34+ t.end()
35+})
36+
37+test.skip('Position - a position stated for an invalid choice index is included in the errors object', function(t) {
38+
39+ t.end()
40+})
41+
3242 test.skip('Position - A position stated after the closing time of the poll is not counted', function(t) {
3343
3444 t.end()
3545 })

Built with git-ssb-web