quickjs-tart

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

test1545 (460B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 HTTP
      5 HTTP GET
      6 </keywords>
      7 </info>
      8 #
      9 # Server-side
     10 <reply>
     11 </reply>
     12 
     13 # Client-side
     14 <client>
     15 <features>
     16 form-api
     17 </features>
     18 <server>
     19 http
     20 </server>
     21 # tool is what to use instead of 'curl'
     22 <tool>
     23 lib%TESTNUMBER
     24 </tool>
     25 
     26 <name>
     27 use curl_formadd() data twice with unreadable file
     28 </name>
     29 <command>
     30 http://%HOSTIP:%HTTPPORT/%TESTNUMBER
     31 </command>
     32 </client>
     33 
     34 #
     35 # Verify data after the test has been "shot"
     36 <verify>
     37 </verify>
     38 </testcase>