quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

test19 (422B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 HTTP
      5 connect to non-listen
      6 FAILURE
      7 </keywords>
      8 </info>
      9 # Server-side
     10 <reply>
     11 </reply>
     12 
     13 # Client-side
     14 <client>
     15 <server>
     16 none
     17 </server>
     18 <features>
     19 http
     20 </features>
     21 <name>
     22 attempt connect to non-listening socket
     23 </name>
     24 <command>
     25 --trace-config all %HOSTIP:%NOLISTENPORT
     26 </command>
     27 </client>
     28 
     29 # Verify data after the test has been "shot"
     30 <verify>
     31 <errorcode>
     32 7
     33 </errorcode>
     34 </verify>
     35 </testcase>