quickjs-tart

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

test1422 (901B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 HTTP
      5 HTTP GET
      6 -J
      7 </keywords>
      8 </info>
      9 
     10 #
     11 <reply>
     12 <data nocheck="yes">
     13 HTTP/1.1 200 OK
     14 Date: Tue, 09 Nov 2010 14:49:00 GMT
     15 Server: test-server/fake
     16 Content-Length: 0
     17 Connection: close
     18 Content-Type: text/html
     19 Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=str//nge
     20 
     21 </data>
     22 </reply>
     23 
     24 #
     25 # Client-side
     26 <client>
     27 <features>
     28 file
     29 </features>
     30 <server>
     31 http
     32 </server>
     33 <name>
     34 HTTP GET with -O -J and Content-Disposition (empty file)
     35 </name>
     36 <command option="no-output,no-include">
     37 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -J -O file://%FILE_PWD/%LOGDIR/name%TESTNUMBER --output-dir %LOGDIR
     38 </command>
     39 </client>
     40 
     41 #
     42 # Verify data after the test has been "shot"
     43 <verify>
     44 <protocol>
     45 GET /%TESTNUMBER HTTP/1.1
     46 Host: %HOSTIP:%HTTPPORT
     47 User-Agent: curl/%VERSION
     48 Accept: */*
     49 
     50 </protocol>
     51 
     52 <file1 name="%LOGDIR/name%TESTNUMBER">
     53 </file1>
     54 
     55 </verify>
     56 </testcase>