diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2026-08-24 19:15:49 +0200 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2026-08-25 20:15:42 +0200 |
| commit | 9693daf7916ec3e9a3a5df032e7ff2e89c738efb (patch) | |
| tree | b47eab41be6e1d9f40d0e5be5ace11cc84a59644 /test/invite.et | |
| parent | f2824ef200d165db41a0ff2d644264970c5778dc (diff) | |
Test: include both base and ext ref in create-identity-done message
Diffstat (limited to 'test/invite.et')
| -rw-r--r-- | test/invite.et | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/test/invite.et b/test/invite.et index 52f2c8b..336a37b 100644 --- a/test/invite.et +++ b/test/invite.et @@ -9,14 +9,14 @@ test InviteContact: spawn as p2 send "create-identity Device1 Owner1" to p1 - expect /create-identity-done ref ($refpat)/ from p1 capture p1id + expect /create-identity-done ref ($refpat) extref ($refpat).*/ from p1 capture p1base, p1id send "identity-info $p1id" to p1 - expect /identity-info ref $p1id base ($refpat) owner ($refpat).*/ from p1 capture p1base, p1owner + expect /identity-info ref $p1id base $p1base owner ($refpat).*/ from p1 capture p1owner send "identity-info $p1owner" to p1 expect /identity-info ref $p1owner base ($refpat).*/ from p1 capture p1obase send "create-identity Device2 Owner2" to p2 - expect /create-identity-done ref ($refpat)/ from p2 capture p2id + expect /create-identity-done ref $refpat extref ($refpat).*/ from p2 capture p2id send "start-server services $services" to p1 send "start-server services $services" to p2 @@ -84,14 +84,14 @@ test InviteContactDelayed: spawn as p2 on s2 send "create-identity Device1 Owner1" to p1 - expect /create-identity-done ref ($refpat)/ from p1 capture p1id + expect /create-identity-done ref ($refpat) extref ($refpat).*/ from p1 capture p1base, p1id send "identity-info $p1id" to p1 - expect /identity-info ref $p1id base ($refpat) owner ($refpat).*/ from p1 capture p1base, p1owner + expect /identity-info ref $p1id base $p1base owner ($refpat).*/ from p1 capture p1owner send "identity-info $p1owner" to p1 expect /identity-info ref $p1owner base ($refpat).*/ from p1 capture p1obase send "create-identity Device2 Owner2" to p2 - expect /create-identity-done ref ($refpat)/ from p2 capture p2id + expect /create-identity-done ref $refpat extref ($refpat)/ from p2 capture p2id send "start-server services $services" to p1 send "start-server services $services" to p2 @@ -147,14 +147,14 @@ test InviteContactDiscovery: expect /create-identity-done ref $refpat.*/ from pd send "create-identity Device1 Owner1" to p1 - expect /create-identity-done ref ($refpat)/ from p1 capture p1id + expect /create-identity-done ref ($refpat) extref ($refpat)/ from p1 capture p1base, p1id send "identity-info $p1id" to p1 - expect /identity-info ref $p1id base ($refpat) owner ($refpat).*/ from p1 capture p1base, p1owner + expect /identity-info ref $p1id base $p1base owner ($refpat).*/ from p1 capture p1owner send "identity-info $p1owner" to p1 expect /identity-info ref $p1owner base ($refpat).*/ from p1 capture p1obase send "create-identity Device2 Owner2" to p2 - expect /create-identity-done ref ($refpat)/ from p2 capture p2id + expect /create-identity-done ref $refpat extref ($refpat)/ from p2 capture p2id send "start-server services discovery" to pd send "start-server services $services" to p1 |