Tweak SMTP test for threading changes

db4
Slava Pestov 2008-05-09 17:11:20 -05:00
parent 57a86605d8
commit 412caee9e9
1 changed files with 5 additions and 1 deletions

View File

@ -68,7 +68,9 @@ IN: smtp.tests
rot from>>
] 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
] with-scope
] unit-test
[ ] [ yield ] unit-test