Test case 557 now also verifies signed and unsigned int formatting.

This commit is contained in:
Yang Tse
2008-08-21 05:19:40 +00:00
parent 00fb5bcf35
commit 95cef39def
3 changed files with 402 additions and 0 deletions

View File

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