Tweak SMTP test for threading changes
parent
57a86605d8
commit
412caee9e9
|
@ -68,7 +68,9 @@ IN: smtp.tests
|
||||||
rot from>>
|
rot from>>
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
||||||
[ ] [ [ 4321 mock-smtp-server ] in-thread ] unit-test
|
[ ] [ [ 4321 mock-smtp-server ] "SMTP server" spawn drop ] unit-test
|
||||||
|
|
||||||
|
[ ] [ yield ] unit-test
|
||||||
|
|
||||||
[ ] [
|
[ ] [
|
||||||
[
|
[
|
||||||
|
@ -85,3 +87,5 @@ IN: smtp.tests
|
||||||
send-email
|
send-email
|
||||||
] with-scope
|
] with-scope
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
||||||
|
[ ] [ yield ] unit-test
|
||||||
|
|
Loading…
Reference in New Issue