git ssb

4+

Dominic / scuttlebot



Commit 567291987750800be4f0be3a204418a5941f4883

Merge branch 'block3'

Dominic Tarr committed on 6/9/2017, 11:51:45 PM
Parent: 69ca154b097d82ae706ce63f2005f3e2b7b6a702
Parent: a5863ed6af73f89e56c11e0019e14538eb5c7cae

Files changed

test/block3.jschanged
test/block3.jsView
@@ -59,9 +59,9 @@
5959 })
6060
6161 bob.on('replicate:finish', function (vclock) {
6262 //I don't care which messages bob doesn't have of alice's
63- t.ok(vclock[alice.id] < 2, 'bob has alices first message')
63+ t.ok(vclock[alice.id] < 2 || vclock[alice.id] == null, 'bob does not receive the message where alice blocked him')
6464 alice.close();bob.close();carol.close()
6565 t.end()
6666 })
6767
@@ -82,4 +82,5 @@
8282
8383
8484
8585
86+

Built with git-ssb-web