imap.tests: created connections needs to be disposed

db4
Björn Lindqvist 2014-09-22 20:47:25 +02:00 committed by John Benediktsson
parent 101780d2cd
commit ab61ba56fc
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
USING: accessors arrays assocs calendar calendar.format
combinators continuations formatting fry grouping.extras imap
combinators continuations destructors formatting fry grouping.extras imap
io.streams.duplex kernel math math.parser math.ranges
math.statistics namespaces random sequences sets sorting
splitting strings system tools.test ;
@ -35,7 +35,7 @@ ERROR: no-imap-test-host ;
'[ \ imap-settings get-global _ with-imap-settings ] unit-test ; inline
[ t ] [
get-test-host <imap4ssl> duplex-stream?
get-test-host <imap4ssl> [ duplex-stream? ] with-disposal
] unit-test
[ t ] [