File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test557
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:16 2020 UTC (5 years ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

    1: <testcase>
    2: <info>
    3: <keywords>
    4: printf
    5: unittest
    6: </keywords>
    7: </info>
    8: #
    9: # Server-side
   10: <reply>
   11: </reply>
   12: 
   13: # Client-side
   14: <client>
   15: <server>
   16: none
   17: </server>
   18: # tool is what to use instead of 'curl'
   19: <tool>
   20: lib557
   21: </tool>
   22: 
   23: <name>
   24: curl_mprintf() testing
   25: </name>
   26: <command>
   27: nothing
   28: </command>
   29: </client>
   30: 
   31: #
   32: # Verify data after the test has been "shot"
   33: <verify>
   34: <stdout>
   35: All curl_mprintf() unsigned short tests OK!
   36: All curl_mprintf() signed short tests OK!
   37: All curl_mprintf() unsigned int tests OK!
   38: All curl_mprintf() signed int tests OK!
   39: All curl_mprintf() unsigned long tests OK!
   40: All curl_mprintf() signed long tests OK!
   41: All curl_mprintf() curl_off_t tests OK!
   42: All curl_mprintf() strings tests OK!
   43: All float strings tests OK!
   44: </stdout>
   45: </verify>
   46: 
   47: </testcase>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>