quickjs-tart

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

test1939 (792B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 CONNECT
      5 curl_easy_cleanup
      6 </keywords>
      7 </info>
      8 
      9 # Server-side
     10 <reply>
     11 <data nocheck="yes">
     12 HTTP/1.1 302 OK
     13 Date: Thu, 09 Nov 2010 14:49:00 GMT
     14 Server: test-server/fake
     15 Content-Type: text/html
     16 Content-Length: 0
     17 Location: /%TESTNUMBER0002
     18 
     19 </data>
     20 <data2>
     21 HTTP/1.1 200 OK
     22 Date: Thu, 09 Nov 2010 14:49:00 GMT
     23 Server: test-server/fake
     24 Content-Type: text/html
     25 Content-Length: 0
     26 
     27 </data2>
     28 </reply>
     29 
     30 # Client-side
     31 <client>
     32 <features>
     33 proxy
     34 </features>
     35 <server>
     36 https
     37 http-proxy
     38 </server>
     39 
     40 <name>
     41 curl_easy_cleanup without curl_multi_remove_handle - in CONNECT
     42 </name>
     43 <tool>
     44 lib%TESTNUMBER
     45 </tool>
     46 
     47 <command>
     48 https://%HOSTIP:%HTTPPORT/%TESTNUMBER http://%HOSTIP:%PROXYPORT
     49 </command>
     50 </client>
     51 
     52 # Verify data after the test has been "shot"
     53 <verify>
     54 </verify>
     55 </testcase>