factor/libs/xml-rpc/test.factor

6 lines
188 B
Factor
Raw Permalink Normal View History

2006-11-23 20:21:42 -05:00
USING: xml-rpc test ;
[ T{ rpc-method f "blah" { 1 H{ { "2" 3 } { "5" "foobar" } } } } ]
[ "blah" { 1 H{ { "2" 3 } { "5" "foobar" } } }
<rpc-method> send-rpc receive-rpc ] unit-test