quickjs-tart

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

test231 (502B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 FILE
      5 </keywords>
      6 </info>
      7 
      8 # Server-side
      9 <reply>
     10 # 16 bytes to check
     11 <datacheck>
     12 B01234567
     13 C01234567
     14 </datacheck>
     15 </reply>
     16 
     17 # Client-side
     18 <client>
     19 <server>
     20 file
     21 </server>
     22 <name>
     23 file:// with resume
     24 </name>
     25 <command option="no-include">
     26 file://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt -C 10
     27 </command>
     28 <file name="%LOGDIR/test%TESTNUMBER.txt">
     29 A01234567
     30 B01234567
     31 C01234567
     32 </file>
     33 </client>
     34 
     35 # Verify data after the test has been "shot"
     36 <verify>
     37 </verify>
     38 </testcase>