Paste: unit-test fails using "http.clients" test, but works in listener

Author: otoburb
Mode: factor
Date: Thu, 5 May 2011 04:44:46
Plain Text |
[ "GET" ] [ "http://google.com/" <get-request> method>> ] unit-test

# Above unit-test works perfectly fine when executed in the listener, but when it's added to http.client-tests.factor and you run:

(scratchpad) "http.clients" test

# ... then it will fail saying "No word named “method>>” found in current vocabulary search path"

New Annotation

Summary:
Author:
Mode:
Body: