Fix http tests
parent
dc90b0014b
commit
74d87e5a41
|
@ -1,8 +1,8 @@
|
|||
USING: http tools.test multiline tuple-syntax io.streams.string
|
||||
io.encodings.utf8 io.encodings.8-bit io.encodings.binary
|
||||
io.encodings.string kernel arrays splitting sequences assocs
|
||||
io.sockets db db.sqlite continuations urls hashtables accessors
|
||||
;
|
||||
USING: http http.server http.client tools.test multiline
|
||||
tuple-syntax io.streams.string io.encodings.utf8
|
||||
io.encodings.8-bit io.encodings.binary io.encodings.string
|
||||
kernel arrays splitting sequences assocs io.sockets db db.sqlite
|
||||
continuations urls hashtables accessors ;
|
||||
IN: http.tests
|
||||
|
||||
[ "text/plain" latin1 ] [ "text/plain" parse-content-type ] unit-test
|
||||
|
|
Loading…
Reference in New Issue