Modified test case 557 to additionally verify libcurl's internal curl_m*printf()

functions formatting functionality when handling signed and unsigned shorts.
This commit is contained in:
Yang Tse
2010-02-04 14:41:01 +00:00
parent 8044366134
commit a9a5a8e45c
2 changed files with 306 additions and 5 deletions

View File

@@ -26,6 +26,8 @@ nothing
# Verify data after the test has been "shot"
<verify>
<stdout mode="text">
All curl_mprintf() unsigned short tests OK!
All curl_mprintf() signed short tests OK!
All curl_mprintf() unsigned int tests OK!
All curl_mprintf() signed int tests OK!
All curl_mprintf() unsigned long tests OK!