quickjs-tart

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

test3029 (591B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 HTTP
      5 </keywords>
      6 </info>
      7 
      8 <reply>
      9 <data>
     10 HTTP/1.1 200 OK
     11 Date: Tue, 09 Nov 2010 14:49:00 GMT
     12 Content-Length: 6
     13 
     14 -foo-
     15 </data>
     16 </reply>
     17 
     18 <client>
     19 <server>
     20 http
     21 </server>
     22 <name>
     23 HTTP with multiple -D
     24 </name>
     25 <command>
     26 -D %LOGDIR/heads%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER --next -D %LOGDIR/heads%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER
     27 </command>
     28 </client>
     29 
     30 <verify>
     31 <file name="%LOGDIR/heads%TESTNUMBER">
     32 HTTP/1.1 200 OK
     33 Date: Tue, 09 Nov 2010 14:49:00 GMT
     34 Content-Length: 6
     35 
     36 </file>
     37 </verify>
     38 
     39 </testcase>